Skip to content
Snippets Groups Projects
Commit 258b9f3e authored by George Marchment's avatar George Marchment
Browse files

fix bug

parent e5d89b8e
No related branches found
No related tags found
No related merge requests found
Pipeline #13202 passed with stages
in 1 minute and 26 seconds
......@@ -36,7 +36,7 @@ def cli(main_workflow_path, render_graphs: bool, **kwargs):
in folders with eponymous names.
"""
w = Workflow(address=main_workflow_path, **kwargs)
w = Workflow(file=main_workflow_path, **kwargs)
w.initialise()
w.generate_all_graphs(render_graphs=render_graphs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment