Skip to content

Commit 2fedbd6

Browse files
committed
formatting fix
1 parent a9cea86 commit 2fedbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def addsf(
532532
"Reference, a single format string, or a list of "
533533
"format strings. But the list cannot contain CWL "
534534
"Expressions or CWL Parameter References. List "
535-
f"entry number {index+1} contains the following "
535+
f"entry number {index + 1} contains the following "
536536
"unallowed CWL Parameter Reference or Expression: "
537537
f"{entry!r}."
538538
)

0 commit comments

Comments
 (0)