Skip to content

Commit 7cdd67c

Browse files
committed
fix spelling
1 parent f3a34a7 commit 7cdd67c

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
@@ -108,7 +108,7 @@ def _write_function_cwl(workflow):
108108
"outputs": {},
109109
}
110110
file_name = function_nodes_dict[i].split(".")[-1] + "_" + str(i) + ".cwl"
111-
if function_nodes_dict[i].split(".")[0] != "python_workflow_defintion":
111+
if function_nodes_dict[i].split(".")[0] != "python_workflow_definition":
112112
template["inputs"]["workflowfile"]["default"]["location"] = (
113113
function_nodes_dict[i].split(".")[0] + ".py"
114114
)

0 commit comments

Comments
 (0)