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 a9cea86 commit 2fedbd6Copy full SHA for 2fedbd6
cwltool/builder.py
@@ -532,7 +532,7 @@ def addsf(
532
"Reference, a single format string, or a list of "
533
"format strings. But the list cannot contain CWL "
534
"Expressions or CWL Parameter References. List "
535
- f"entry number {index+1} contains the following "
+ f"entry number {index + 1} contains the following "
536
"unallowed CWL Parameter Reference or Expression: "
537
f"{entry!r}."
538
)
0 commit comments