Skip to content

Commit 29274ee

Browse files
committed
black formatting
1 parent 6e67fd6 commit 29274ee

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

python_workflow_definition/src/python_workflow_definition/cwl/export.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ def _write_workflow(workflow):
204204
if v[SOURCE_LABEL] in input_id_dict:
205205
in_dict[k + "_file"] = input_id_dict[v[SOURCE_LABEL]] + "_file"
206206
else:
207-
if v['sourcePort'] is None:
207+
if v["sourcePort"] is None:
208208
in_dict[k + "_file"] = (
209-
step_name_lst[v[SOURCE_LABEL]]
210-
+ "_"
211-
+ str(v[SOURCE_LABEL])
212-
+ "/result_file"
209+
step_name_lst[v[SOURCE_LABEL]]
210+
+ "_"
211+
+ str(v[SOURCE_LABEL])
212+
+ "/result_file"
213213
)
214214
else:
215215
in_dict[k + "_file"] = (

0 commit comments

Comments
 (0)