Browse Source

fix in dodo.py for annexI downloading

Johannes Gütschow 2 years ago
parent
commit
cefba60ca3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dodo.py

+ 1 - 1
dodo.py

@@ -117,7 +117,7 @@ def task_download_annexi():
         # deactivate file_dep fow now as it will always run fetch submissions
         # before download
         'actions': [f"datalad run -m 'Download AnnexI submissions for "
-                    f"{update_aI_config['category']}{update_aI_config['year']}'"
+                    f"{update_aI_config['category']}{update_aI_config['year']}' "
                     f"-i downloaded_data/UNFCCC/submissions-annexI_{update_aI_config['year']}.csv "
                     f"./venv/bin/python code/UNFCCC_downloader/download_annexI.py "
                     f"--category={update_aI_config['category']} --year={update_aI_config['year']}"],