Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Dec 12, 2023
1 parent 0d1c5b7 commit 2168db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def restart_runs(cfg, force, resume):
cfg.startdate_sim = startdate_sim
cfg.enddate_sim = enddate_sim

run_chain(cfg=cfg
run_chain(cfg=cfg,
force=force,
resume=resume)

Expand Down

0 comments on commit 2168db9

Please sign in to comment.