Skip to content

Commit 67755d0

Browse files
authored
Update cwltool/update.py
1 parent 5566827 commit 67755d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def rewrite_loop_requirements(t: CWLObjectType) -> None:
5959
raise SourceLine(
6060
r, raise_type=ValidationException
6161
).makeError( # pragma: no cover
62-
f"Invalid value {r["outputMethod"]} for `outputMethod`."
62+
f"Invalid value {r['outputMethod']} for `outputMethod`."
6363
)
6464
cast(
6565
MutableSequence[CWLObjectType],

0 commit comments

Comments
 (0)