Skip to content

Commit

Permalink
Update cylc/flow/task_pool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Melanie Hall <[email protected]>
  • Loading branch information
hjoliver and datamel committed Oct 20, 2021
1 parent 661fc1d commit 85c3c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ def reload_taskdefs(self) -> None:
# Keep active orphaned task, but stop it from spawning.
itask.graph_children = {}
LOG.warning(
"f[{itask}] will not spawn children "
f"[{itask}] will not spawn children "
"- task definition removed"
)
else:
Expand Down

0 comments on commit 85c3c35

Please sign in to comment.