Sfoglia il codice sorgente

Fix for long filenames in download BTR

Johannes Gütschow 3 mesi fa
parent
commit
a1074fbec1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/unfccc_ghg_data/unfccc_downloader/download_btr.py

+ 1 - 0
src/unfccc_ghg_data/unfccc_downloader/download_btr.py

@@ -110,6 +110,7 @@ if __name__ == "__main__":
                     f"{local_filename.relative_to(root_path)}. "
                     f"{local_filename.relative_to(root_path)}. "
                     f" Message: {ex}"
                     f" Message: {ex}"
                 )
                 )
+                continue
             else:
             else:
                 raise
                 raise