Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
wxtim and MetRonnie authored Oct 28, 2022
1 parent bc76f21 commit 4a798dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tutorial/runtime/reinstalling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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//<cycle point>/post_process
Expand Down

0 comments on commit 4a798dd

Please sign in to comment.