Skip to content

Commit 00bc3c5

Browse files
committed
cwl.load_workflow_json -> cwl.pwd_to_cwl
1 parent 3af91a5 commit 00bc3c5

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/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def _write_workflow(workflow):
231231
dump(workflow_template, f, Dumper=Dumper)
232232

233233

234-
def load_workflow_json(file_name: str):
234+
def pwd_to_cwl(file_name: str):
235235
with open(file_name, "r") as f:
236236
workflow = json.load(f)
237237

0 commit comments

Comments
 (0)