Mark edge as deleted instead of removing it
Change-Id: Ia9c6d355572dc7deb30e6d032b18f6ea2c727aa3
This commit is contained in:
parent
0932c578a1
commit
41f863bbb7
@ -180,7 +180,7 @@ class Processor(processor.ProcessorBase):
|
|||||||
neighbor.edge.target_id,
|
neighbor.edge.target_id,
|
||||||
neighbor.edge.label)
|
neighbor.edge.label)
|
||||||
if graph_edge:
|
if graph_edge:
|
||||||
self.entity_graph.remove_edge(graph_edge)
|
PUtils.mark_deleted(self.entity_graph, graph_edge)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user