Skip to content

Commit

Permalink
Update cylc/flow/simulation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <[email protected]>
  • Loading branch information
wxtim and oliver-sanders authored Nov 14, 2023
1 parent e8ca0c2 commit 5882eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ def sim_time_check(
Returns:
True if _any_ simulated task state has changed.
"""
"""
sim_task_state_changed = False
now = time()
for itask in itasks:
Expand Down

0 comments on commit 5882eec

Please sign in to comment.