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 a7e63ce commit c4a9a04Copy full SHA for c4a9a04
python_workflow_definition/src/python_workflow_definition/cwl/export.py
@@ -104,7 +104,7 @@ def _write_function_cwl(workflow):
104
},
105
"outputs": {},
106
}
107
- template["inputs"]["workflowfile"]["default"] = (
+ template["inputs"]["workflowfile"]["default"]["location"] = (
108
function_nodes_dict[i].split(".")[0] + ".py"
109
)
110
file_name = function_nodes_dict[i].split(".")[-1] + ".cwl"
0 commit comments