Fix inconsistent state between nodes and added_nodes and edges and added_edges

This commit is contained in:
Leon Luithlen 2024-11-15 14:47:36 +01:00
parent a5860700a7
commit 3c8a52f4b0

View file

@ -63,7 +63,7 @@ def add_nodes_and_edges(
):
property_nodes, property_edges = get_graph_from_model(
field_value, added_nodes, added_edges
field_value, dict(added_nodes), dict(added_edges)
)
for node in property_nodes: