Skip to content

Commit cdb50b4

Browse files
committed
update topo
1 parent 75c6ded commit cdb50b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric_cf/orchestrator/core/orchestrator_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def modify_slice(self, *, token: str, slice_id: str, slice_graph: str) -> List[d
515515
# Slice has sliver modifications - add/remove/update for slivers requiring AM updates
516516
graph_id = slice_obj.get_graph_id()
517517
modify_state = slice_object.has_sliver_updates_at_authority()
518-
if modify_state and slice_object.has_topology_diffs(topology_diff=topology_diff):
518+
if modify_state or slice_object.has_topology_diffs(topology_diff=topology_diff):
519519
FimHelper.delete_graph(graph_id=slice_obj.get_graph_id())
520520
graph_id = asm_graph.get_graph_id()
521521
else:

0 commit comments

Comments
 (0)