diff --git a/PFERD/norbert.py b/PFERD/norbert.py index cf86eaa..fa1f566 100644 --- a/PFERD/norbert.py +++ b/PFERD/norbert.py @@ -69,7 +69,7 @@ class Norbert: return files 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 if unzip(path): logger.debug(f"Downloading and unzipping {path}")