Skip to content

Commit ade6f65

Browse files
GlassOfWhiskeymr-c
authored andcommitted
Fix cwltool:Loop extension definition
This commit fixes two small errors in the `cwltool:Loop` definition that were breaking the Schema SALAD codegen procedure.
1 parent 7fa57dd commit ade6f65

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)