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 f3a34a7 commit 7cdd67cCopy full SHA for 7cdd67c
python_workflow_definition/src/python_workflow_definition/cwl/export.py
@@ -108,7 +108,7 @@ def _write_function_cwl(workflow):
108
"outputs": {},
109
}
110
file_name = function_nodes_dict[i].split(".")[-1] + "_" + str(i) + ".cwl"
111
- if function_nodes_dict[i].split(".")[0] != "python_workflow_defintion":
+ if function_nodes_dict[i].split(".")[0] != "python_workflow_definition":
112
template["inputs"]["workflowfile"]["default"]["location"] = (
113
function_nodes_dict[i].split(".")[0] + ".py"
114
)
0 commit comments