Skip to content

Commit 81b7df7

Browse files
committed
fix file name
1 parent d743bea commit 81b7df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_workflows/arithmetic/universal_workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"cell_type": "code",
306306
"outputs": [],
307307
"execution_count": null,
308-
"source": "wf = load_workflow_json(file_name=workflow_json_filename)"
308+
"source": "wf = load_workflow_json(file_name=\"workflow.json\")"
309309
},
310310
{
311311
"metadata": {},

0 commit comments

Comments
 (0)