Skip to content

Commit

Permalink
Update cylc/flow/scheduler.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hilary James Oliver <[email protected]>
  • Loading branch information
wxtim and hjoliver authored Dec 2, 2024
1 parent f06bc43 commit b1aca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ async def configure(self, params):
raise InputError(
"This workflow was originally run in "
f"{og_run_mode.value} mode:"
f" Will not restart in {run_mode.value} mode."
f" You can't restart it in {run_mode.value} mode."
)

self.profiler.log_memory("scheduler.py: before load_flow_file")
Expand Down

0 comments on commit b1aca0d

Please sign in to comment.