Skip to content

Commit

Permalink
Adds timeout to the list of options allowed to change upon restart [c…
Browse files Browse the repository at this point in the history
…i skip]
  • Loading branch information
mb2055 committed Oct 31, 2024
1 parent f0347a7 commit e29bccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/somd2/runner/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ def _compare_configs(config1, config2):
"log_level",
"log_file",
"overwrite",
"timeout",
]
for key in config1.keys():
if key not in allowed_diffs:
Expand Down

0 comments on commit e29bccd

Please sign in to comment.