|
@@ -189,7 +189,7 @@ def task_read_unfccc_crf_submission():
|
|
f"./venv/bin/python code/UNFCCC_reader/folder_mapping.py "
|
|
f"./venv/bin/python code/UNFCCC_reader/folder_mapping.py "
|
|
f"--folder=extracted_data/UNFCCC"
|
|
f"--folder=extracted_data/UNFCCC"
|
|
]
|
|
]
|
|
- if read_config_crf["re_read"]:
|
|
|
|
|
|
+ if read_config_crf["re_read"] == "True":
|
|
actions[0] = actions[0] + " --re_read"
|
|
actions[0] = actions[0] + " --re_read"
|
|
return {
|
|
return {
|
|
'actions': actions,
|
|
'actions': actions,
|
|
@@ -210,7 +210,7 @@ def task_read_new_unfccc_crf_for_year():
|
|
# list arguments
|
|
# list arguments
|
|
#if read_config_crf["countries"] is not None:
|
|
#if read_config_crf["countries"] is not None:
|
|
# actions[0] = actions[0] + f"--countries={read_config_crf['countries']} "
|
|
# actions[0] = actions[0] + f"--countries={read_config_crf['countries']} "
|
|
- if read_config_crf["re_read"]:
|
|
|
|
|
|
+ if read_config_crf["re_read"] == "True":
|
|
actions[0] = actions[0] + " --re_read"
|
|
actions[0] = actions[0] + " --re_read"
|
|
return {
|
|
return {
|
|
#'basename': "Read_CRF_year",
|
|
#'basename': "Read_CRF_year",
|