Skip to content

Commit 576c878

Browse files
committed
dev config now saving under esmvaltool config
1 parent 4ed9393 commit 576c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMEW/app/configure_recipe/bin/configure_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def retrieve_values_from_task_env():
7373

7474
def create_developer_config_file(values):
7575
developer_config_path = values["DEV_CONFIG_PATH"]
76-
76+
7777
mip_table_dir = values.get("MIP_TABLE_DIR", "").strip()
7878
if not mip_table_dir:
7979
raise KeyError("MIP_TABLE_DIR must be set")

0 commit comments

Comments
 (0)