value error unknown mode
This commit is contained in:
parent
72ce9a3b99
commit
f52a6e3957
1 changed files with 3 additions and 1 deletions
4
main.py
4
main.py
|
@ -190,7 +190,9 @@ def main(parsed_args):
|
|||
|
||||
print_message("Running allsCOLA finished.", 1, "control", verbose=parsed_args.verbose)
|
||||
|
||||
|
||||
case _:
|
||||
raise ValueError(f"Unknown mode: {main_dict['mode']}")
|
||||
|
||||
print_ending_module("control", verbose=parsed_args.verbose)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue