Skip to content

Commit

Permalink
clear_alarms is not returning update anymore
Browse files Browse the repository at this point in the history
Left over from previous checking where clear_alarms was returning update
Closes-Bug: 1592105

Change-Id: Ib0ba844d7f57fffbbec5de15c999c1961572569e
  • Loading branch information
bansalnikhil committed Jun 14, 2016
1 parent 016f42f commit 2ce7a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opserver/alarmgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ def handle_uve_notif(self, part, uves):
# These alarm types are now gone
for dnm in del_types:
if dnm in self.tab_alarms[tab][uv]:
delete_alarm, update_alarm = \
delete_alarm = \
self.tab_alarms[tab][uv][dnm].clear_alarms()
if delete_alarm:
del self.tab_alarms[tab][uv][dnm]
Expand Down

0 comments on commit 2ce7a50

Please sign in to comment.