From 4a798dd9e1fbdc041b9ee7c6303e606ecfeef430 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:28:56 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- src/tutorial/runtime/reinstalling.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tutorial/runtime/reinstalling.rst b/src/tutorial/runtime/reinstalling.rst index dade9ccb6ce..a4eaf5802b5 100644 --- a/src/tutorial/runtime/reinstalling.rst +++ b/src/tutorial/runtime/reinstalling.rst @@ -65,7 +65,7 @@ Fixing and Reloading Workflows - script = post-process $CYLC_TASK_PARAM_site 60 + script = exit 1 - #. **Install, Play and Inspect the workflow** + #. **Install, Play and inspect the workflow** And check that ``post_process`` fails. @@ -76,7 +76,9 @@ Fixing and Reloading Workflows cylc validate # always good practice cylc install cylc play cylc-forecasting-workflow + # Either view in TUI or GUI, or run: cylc cat-log cylc-forecasting-workflow + # Inspect job log for failed task: cylc cat-log cylc-forecasting-workflow///post_process