We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed9393 commit 576c878Copy full SHA for 576c878
CMEW/app/configure_recipe/bin/configure_recipe.py
@@ -73,7 +73,7 @@ def retrieve_values_from_task_env():
73
74
def create_developer_config_file(values):
75
developer_config_path = values["DEV_CONFIG_PATH"]
76
-
+
77
mip_table_dir = values.get("MIP_TABLE_DIR", "").strip()
78
if not mip_table_dir:
79
raise KeyError("MIP_TABLE_DIR must be set")
0 commit comments