Skip to content

Commit d3c7bd5

Browse files
Fix cwltool:Loop extension definition (#2081)
This commit fixes one small error in the `cwltool:Loop` definition that were breaking the Schema SALAD codegen procedure.
1 parent 604fd12 commit d3c7bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/extensions-v1.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ $graph:
236236
name: LoopOutputModes
237237
symbols: [ last, all ]
238238
default: last
239-
doc:
239+
doc: |
240240
- Specify the desired method of dealing with loop outputs
241241
- Default. Propagates only the last computed element to the subsequent steps when the loop terminates.
242242
- Propagates a single array with all output values to the subsequent steps when the loop terminates.

0 commit comments

Comments
 (0)