From d3c7bd5d6c409e857b98f9034a55952ca95afdb3 Mon Sep 17 00:00:00 2001 From: Iacopo Colonnelli Date: Thu, 12 Dec 2024 13:19:58 +0100 Subject: [PATCH] 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. --- cwltool/extensions-v1.2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwltool/extensions-v1.2.yml b/cwltool/extensions-v1.2.yml index c39b15d07..ae371c671 100644 --- a/cwltool/extensions-v1.2.yml +++ b/cwltool/extensions-v1.2.yml @@ -236,7 +236,7 @@ $graph: name: LoopOutputModes symbols: [ last, all ] default: last - doc: + doc: | - Specify the desired method of dealing with loop outputs - Default. Propagates only the last computed element to the subsequent steps when the loop terminates. - Propagates a single array with all output values to the subsequent steps when the loop terminates.