Mark edge as deleted instead of removing it

Change-Id: Ia9c6d355572dc7deb30e6d032b18f6ea2c727aa3
This commit is contained in:
Alexey Weyl 2017-07-02 06:36:24 +00:00
parent 0932c578a1
commit 41f863bbb7

View File

@ -180,7 +180,7 @@ class Processor(processor.ProcessorBase):
neighbor.edge.target_id,
neighbor.edge.label)
if graph_edge:
self.entity_graph.remove_edge(graph_edge)
PUtils.mark_deleted(self.entity_graph, graph_edge)
return