Skip to content

Commit

Permalink
Update cylc/flow/task_job_mgr.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 Feb 3, 2025
1 parent 31fd08f commit 54afde3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cylc/flow/task_job_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,8 @@ def _manip_task_jobs_callback(
):
LOG.error(
f'Task {ctx.cmd[-1]} failed because task log directory'
f'\n {"/".join(ctx.cmd[-2:])}\n has been removed.')
f'\n{"/".join(ctx.cmd[-2:])}\nhas been removed.'
)
# A dict for easy reference of (CYCLE, NAME, SUBMIT_NUM) -> TaskProxy
#
# Note for "reload": A TaskProxy instance may be replaced on reload, so
Expand Down

0 comments on commit 54afde3

Please sign in to comment.