sort volume
This commit is contained in:
parent
375ecf6ff9
commit
5d3cf1b61b
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class Client(object):
|
||||||
conn, c = self._conn()
|
conn, c = self._conn()
|
||||||
|
|
||||||
volumes = {}
|
volumes = {}
|
||||||
for name in self._config['volumes']:
|
for name in sorted(self._config['volumes']):
|
||||||
path = self._config['volumes'][name]
|
path = self._config['volumes'][name]
|
||||||
path = os.path.normpath(path)
|
path = os.path.normpath(path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue