Ver Fonte

Fixes to read_UNFCCC_submission.py

Johannes Gütschow há 3 anos atrás
pai
commit
9860c9ea66
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      code/UNFCCC_reader/read_UNFCCC_submission.py

+ 1 - 1
code/UNFCCC_reader/read_UNFCCC_submission.py

@@ -64,7 +64,7 @@ if script_name:
 
     print(f"Run the script using datalad run via the python api")
     datalad.api.run(
-        cmd=f"./venv/bin/python3.8 {script_name.as_posix()}",
+        cmd=f"./venv/bin/python3 {script_name.as_posix()}",
         dataset=rootpath,
         message=f"Read data for {country}, {submission}.",
         inputs=input_files,