Skip to content

Commit c4a9a04

Browse files
committed
fix path
1 parent a7e63ce commit c4a9a04

File tree

1 file changed

+1
-1
lines changed
  • python_workflow_definition/src/python_workflow_definition/cwl

1 file changed

+1
-1
lines changed

python_workflow_definition/src/python_workflow_definition/cwl/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _write_function_cwl(workflow):
104104
},
105105
"outputs": {},
106106
}
107-
template["inputs"]["workflowfile"]["default"] = (
107+
template["inputs"]["workflowfile"]["default"]["location"] = (
108108
function_nodes_dict[i].split(".")[0] + ".py"
109109
)
110110
file_name = function_nodes_dict[i].split(".")[-1] + ".cwl"

0 commit comments

Comments
 (0)