Skip to content

Commit 6246d8e

Browse files
committed
fix aiida
1 parent 80e2d6e commit 6246d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python_workflow_definition/aiida.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def load_workflow_json(file_name: str) -> WorkGraph:
3535
nodes_list=data[NODES_LABEL]
3636
).items():
3737
if (
38-
nodes_types_dict[int(k)] == "function"
38+
nodes_types_dict[int(id)] == "function"
3939
and isinstance(identifier, str)
4040
and "." in identifier
4141
):

0 commit comments

Comments
 (0)