Skip to content

Commit 62e41b4

Browse files
authored
Update pyiron_base.py
1 parent 934a9b6 commit 62e41b4

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
@@ -217,7 +217,7 @@ def _get_edges_dict(edges_lst, nodes_dict, connection_dict, lookup_dict):
217217

218218

219219
def load_workflow_json(file_name, project=None):
220-
if project is not None:
220+
if project is None:
221221
project = Project()
222222

223223
with open(file_name, "r") as f:

0 commit comments

Comments
 (0)