mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Sort norbert files while downloading
This commit is contained in:
parent
f8cd5edb75
commit
616a8d96a2
@ -69,7 +69,7 @@ class Norbert:
|
|||||||
return files
|
return files
|
||||||
|
|
||||||
async def _download(self, orga, files, transform, unzip):
|
async def _download(self, orga, files, transform, unzip):
|
||||||
for path, url in files:
|
for path, url in sorted(files):
|
||||||
# Yes, we want the zip file contents
|
# Yes, we want the zip file contents
|
||||||
if unzip(path):
|
if unzip(path):
|
||||||
logger.debug(f"Downloading and unzipping {path}")
|
logger.debug(f"Downloading and unzipping {path}")
|
||||||
|
Loading…
Reference in New Issue
Block a user