We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5566827 commit 67755d0Copy full SHA for 67755d0
cwltool/update.py
@@ -59,7 +59,7 @@ def rewrite_loop_requirements(t: CWLObjectType) -> None:
59
raise SourceLine(
60
r, raise_type=ValidationException
61
).makeError( # pragma: no cover
62
- f"Invalid value {r["outputMethod"]} for `outputMethod`."
+ f"Invalid value {r['outputMethod']} for `outputMethod`."
63
)
64
cast(
65
MutableSequence[CWLObjectType],
0 commit comments