Skip to content

Commit

Permalink
Allow for True and False for bool_options
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 2, 2023
1 parent 4da1bba commit 08d5927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ert/config/queue_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ def _validate_queue_driver_settings(
"1",
"T",
"F",
"True",
"False",
]:
raise ConfigValidationError.with_context(
f"The '{option_value}' for {option_name} should be either TRUE or FALSE.",
Expand Down

0 comments on commit 08d5927

Please sign in to comment.