Skip to content

Commit

Permalink
Update mex/backend/graph/connector.py
Browse files Browse the repository at this point in the history
Co-authored-by: rababerladuseladim <[email protected]>
Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop and rababerladuseladim authored Mar 27, 2024
1 parent 666cf68 commit d8e93f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mex/backend/graph/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ def _merge_node(self, model: AnyExtractedModel) -> Result:
object is stored as a property on the outbound edge.
Any nested objects that are found in the graph, but are not present on the
model any more are purged.
In addition, a merged item is created (if it does not exist yet) and linked
to the extracted item via an edge of the label `stableTargetId`.
In addition, a merged item is created (if it does not exist yet) and the
extracted is linked it via an edge of the label `stableTargetId`.
Args:
model: Model to merge into the graph as a node
Expand Down

0 comments on commit d8e93f4

Please sign in to comment.