Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stalabi1 authored Oct 10, 2024
1 parent 352decc commit 5a3c57f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -975,9 +975,8 @@ def build_area_stub_delete_requests(self, request_root, commands, have):
# area having nothing related to stub also ends up in this case. requests will be empty.
return True, requests, len(requests) > 0

# clearing some of the settings in stub but not all
# commands has to be a subset of have and whatever in it is translated into requests or
# there are no requests
# Not all stub configuration is being deleted. (It is also possible that none of the stub options requested
# for deletion match any current configuration. In that case, no stub configuration is being deleted.)
return False, requests, False

def build_area_delete_networks_requests(self, request_root, commands, have):
Expand Down

0 comments on commit 5a3c57f

Please sign in to comment.