Skip to content

Commit 6408a40

Browse files
committed
odd, where did that come from?
1 parent ac3037a commit 6408a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/load_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def validate_document(document_loader, workflowobj, uri,
6868

6969
if workflowobj["cwlVersion"] == "draft-2":
7070
workflowobj = update._draft2toDraft3dev1(
71-
workflowobj, document_loader, uri, update_steps=False)[0]
71+
workflowobj, document_loader, uri, update_steps=False)
7272
if "@graph" in workflowobj:
7373
workflowobj["$graph"] = workflowobj["@graph"]
7474
del workflowobj["@graph"]

0 commit comments

Comments
 (0)