Browse Source

Fixes to read_UNFCCC_submission.py

Johannes Gütschow 3 years ago
parent
commit
9860c9ea66
1 changed files with 1 additions and 1 deletions
  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,