Skip to content

Commit

Permalink
Add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 1, 2023
1 parent f0f2d5c commit 04daa2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/ert/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@
"WorkflowJob",
"field_transform",
"get_mode_variables",
"queue_bool_options",
"queue_memory_options",
"queue_positive_int_options",
"queue_positive_number_options",
"queue_string_options",
]
2 changes: 1 addition & 1 deletion src/ert/config/queue_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def generate_dict(option_list: List[Tuple[str, str]]) -> Dict[str, List[str]]:
queue_bool_options: Mapping[str, List[str]] = {
"LSF": ["DEBUG_OUTPUT"],
"SLURM": [],
"TORQUE": [],
"TORQUE": ["KEEP_QSUB_OUTPUT"],
"LOCAL": [],
}

Expand Down

0 comments on commit 04daa2b

Please sign in to comment.