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 9be0e33 commit a5b0fc8Copy full SHA for a5b0fc8
cwltool/load_tool.py
@@ -150,7 +150,6 @@ def validate_document(document_loader, # type: Loader
150
jobobj = None
151
if "cwl:tool" in workflowobj:
152
jobobj, _ = document_loader.resolve_all(workflowobj, uri)
153
- print "ZZZZZ", jobobj
154
uri = urllib.parse.urljoin(uri, workflowobj["https://w3id.org/cwl/cwl#tool"])
155
del cast(dict, jobobj)["https://w3id.org/cwl/cwl#tool"]
156
workflowobj = fetch_document(uri, fetcher_constructor=fetcher_constructor)[1]
0 commit comments