We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9830048 commit 038bc85Copy full SHA for 038bc85
python_workflow_definition/src/python_workflow_definition/pyiron_workflow.py
@@ -330,7 +330,7 @@ def import_from_string(library_path: str) -> Any:
330
331
def build_function_dag_workflow(file_name: str) -> Workflow:
332
content = remove_result(
333
- PythonWorkflowDefinitionWorkflow.load_json_file(file_name="workflow.json")
+ PythonWorkflowDefinitionWorkflow.load_json_file(file_name=file_name)
334
)
335
336
input_values: dict[int, object] = (
0 commit comments