Skip to content

Commit 7c98131

Browse files
Refactore for Travis
1 parent 03feedf commit 7c98131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def match_types(sinktype, src, iid, inputobj, linkMerge, valueFrom):
7474
return True
7575
return False
7676
elif linkMerge:
77-
if not can_assign_src_to_sink(src.parameter["type"], sinktype, strict = True):
77+
if not can_assign_src_to_sink(src.parameter["type"], sinktype, strict=True):
7878
return False
7979
if iid not in inputobj:
8080
inputobj[iid] = []

0 commit comments

Comments
 (0)