Fix inconsistent state between nodes and added_nodes and edges and added_edges
This commit is contained in:
parent
a5860700a7
commit
3c8a52f4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue