Skip to content

Commit dccc4c6

Browse files
committed
#3060: set remove_preproc_dir to false
1 parent d28f487 commit dccc4c6

File tree

1 file changed

+1
-0
lines changed
  • esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/configure/bin

1 file changed

+1
-0
lines changed

Diff for: esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/configure/bin/configure.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def get_config_values_from_task_env():
6868
"extra_facets_dir": [],
6969
"max_parallel_tasks": int(os.environ["MAX_PARALLEL_TASKS"]),
7070
"output_dir": os.environ["OUTPUT_DIR"],
71+
"remove_preproc_dir": False,
7172
"rootpath": {
7273
"ana4mips": os.environ["ROOTPATH_ANA4MIPS"],
7374
"CMIP3": os.environ["ROOTPATH_CMIP3"],

0 commit comments

Comments
 (0)