Skip to content

Commit 4fd8724

Browse files
committed
tweak line emphasis
1 parent 8a15eba commit 4fd8724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/topics/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ create the directory for you if it does not exist already):
2929

3030
```{runcmd} cwltool --cachedir /tmp/cachedir/ troubleshooting-wf1.cwl
3131
:working-directory: src/_includes/cwl/troubleshooting
32-
:emphasize-lines: 12-14, 19-21
32+
:emphasize-lines: 13-15, 18-20
3333
```
3434

3535
The workflow is in the `permanentFail` status due to `step_b` failing to execute the
@@ -53,7 +53,7 @@ Also note that the status of `step_b` is now of success.
5353

5454
```{runcmd} cwltool --cachedir /tmp/cachedir/ troubleshooting-wf1-stepb-fixed.cwl
5555
:working-directory: src/_includes/cwl/troubleshooting
56-
:emphasize-lines: 12, 13-16
56+
:emphasize-lines: 12-16
5757
```
5858

5959
In this example the workflow step `step_a` was not re-evaluated as it had been cached, and

0 commit comments

Comments
 (0)