We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e2d6e commit 6246d8eCopy full SHA for 6246d8e
1 file changed
src/python_workflow_definition/aiida.py
@@ -35,7 +35,7 @@ def load_workflow_json(file_name: str) -> WorkGraph:
35
nodes_list=data[NODES_LABEL]
36
).items():
37
if (
38
- nodes_types_dict[int(k)] == "function"
+ nodes_types_dict[int(id)] == "function"
39
and isinstance(identifier, str)
40
and "." in identifier
41
):
0 commit comments