Skip to content

Commit

Permalink
Update cylc/flow/run_modes/nonlive.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
wxtim and MetRonnie committed Jul 22, 2024
1 parent d824324 commit 72f2600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/run_modes/nonlive.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def mode_validate_checks(taskdefs: 'Dict[str, TaskDef]'):
}

# Run through taskdefs looking for those with nonlive modes
for _, taskdef in taskdefs.items():
for taskdef in taskdefs.values():
# Add to list of tasks to be run in non-live modes:
if (
taskdef.rtconfig.get('run mode', None)
Expand Down

0 comments on commit 72f2600

Please sign in to comment.