Skip to content

Commit a7e63ce

Browse files
committed
fix
1 parent a8d0045 commit a7e63ce

File tree

1 file changed

+3
-6
lines changed
  • python_workflow_definition/src/python_workflow_definition/cwl

1 file changed

+3
-6
lines changed

python_workflow_definition/src/python_workflow_definition/cwl/export.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,9 @@ def _write_function_cwl(workflow):
9797
"default": "python_workflow_definition.cwl",
9898
},
9999
"workflowfile": {
100-
"type": "string",
101-
"inputBinding": {
102-
"position": 2,
103-
"separate": False,
104-
},
105-
"default": "workflow.py",
100+
"type": "File",
101+
"inputBinding": {"position": 2},
102+
"default": {"class": "File", "location": "workflow.py"},
106103
},
107104
},
108105
"outputs": {},

0 commit comments

Comments
 (0)