Skip to content

Commit 038bc85

Browse files
authored
Update python_workflow_definition/src/python_workflow_definition/pyiron_workflow.py
1 parent 9830048 commit 038bc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_workflow_definition/src/python_workflow_definition/pyiron_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def import_from_string(library_path: str) -> Any:
330330

331331
def build_function_dag_workflow(file_name: str) -> Workflow:
332332
content = remove_result(
333-
PythonWorkflowDefinitionWorkflow.load_json_file(file_name="workflow.json")
333+
PythonWorkflowDefinitionWorkflow.load_json_file(file_name=file_name)
334334
)
335335

336336
input_values: dict[int, object] = (

0 commit comments

Comments
 (0)