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 29274ee commit 6653fdfCopy full SHA for 6653fdf
python_workflow_definition/src/python_workflow_definition/cwl/export.py
@@ -85,7 +85,7 @@ def _write_function_cwl(workflow):
85
function_nodes_dict, funct_dict = _get_function(workflow)
86
file_lst = []
87
88
- for i in range(len(function_nodes_dict)):
+ for i in function_nodes_dict.keys():
89
template = {
90
"cwlVersion": "v1.2",
91
"class": "CommandLineTool",
0 commit comments