Skip to content

Commit 2aeee35

Browse files
authored
Update pyiron_base.py
1 parent 62e41b4 commit 2aeee35

File tree

1 file changed

+1
-1
lines changed
  • python_workflow_definition/src/python_workflow_definition

1 file changed

+1
-1
lines changed

python_workflow_definition/src/python_workflow_definition/pyiron_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _get_edges_dict(edges_lst, nodes_dict, connection_dict, lookup_dict):
218218

219219
def load_workflow_json(file_name, project=None):
220220
if project is None:
221-
project = Project()
221+
project = Project(".")
222222

223223
with open(file_name, "r") as f:
224224
content = json.load(f)

0 commit comments

Comments
 (0)