forked from 0x2620/pandora
update repos in order
This commit is contained in:
parent
7f1d7b6079
commit
275b51755c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ if __name__ == "__main__":
|
||||||
os.chdir(base)
|
os.chdir(base)
|
||||||
current = ''
|
current = ''
|
||||||
new = ''
|
new = ''
|
||||||
for repo in repos:
|
for repo in sorted(repos, key=lambda r: repos[r]['path']):
|
||||||
path = os.path.join(base, repos[repo]['path'])
|
path = os.path.join(base, repos[repo]['path'])
|
||||||
if exists(path):
|
if exists(path):
|
||||||
os.chdir(path)
|
os.chdir(path)
|
||||||
|
|
Loading…
Reference in a new issue