Browse Source

small bugfix in UNFCCC reader

Johannes Gütschow 2 years ago
parent
commit
5ced8ca0a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/UNFCCC_reader/get_submissions_info.py

+ 1 - 1
code/UNFCCC_reader/get_submissions_info.py

@@ -9,7 +9,7 @@ import pycountry
 
 root_path = Path(__file__).parents[2].absolute()
 root_path = root_path.resolve()
-code_path = root_path / "code"
+code_path = root_path / "code" / "UNFCCC_reader"
 # beware, folders below are different than for CRF reader
 downloaded_data_path = root_path / "downloaded_data"
 extracted_data_path = root_path / "extracted_data"