Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit cafe1dc

Browse files
committed
Propagate changes from parse_types previous commit (kv-tuple -> dict)
1 parent 56bc1af commit cafe1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwlgen/workflowdeps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class WorkflowStep(Serializable):
143143
Documentation: https://www.commonwl.org/v1.0/Workflow.html#WorkflowStep
144144
"""
145145

146-
parse_types = [("inputs", [[WorkflowStepInput]])]
146+
parse_types = {"inputs": [[WorkflowStepInput]]}
147147

148148
def __init__(self, step_id, run, label=None, doc=None, scatter=None, scatter_method=None):
149149
"""

0 commit comments

Comments
 (0)