Skip to content

Commit

Permalink
Update examples/scripts/multistep1_toJson_pyapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul authored Jan 14, 2025
1 parent 5f47a32 commit db6a50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/multistep1_toJson_pyapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def workflow() -> Workflow:

if __name__ == '__main__':
multistep1 = workflow()
workflow_json = multistep1.toJson() # .run() here inside main
workflow_json = multistep1.get_cwl_workflow() # .run() here inside main
fname = 'workflow.json'
paren_dir = Path(__file__).parent
with open(paren_dir / 'ground_truth_multistep1.json', 'r', encoding='utf-8') as file:
Expand Down

0 comments on commit db6a50e

Please sign in to comment.