Skip to content

Commit

Permalink
Merge "clear_alarms is not returning update anymore"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jun 17, 2016
2 parents aad3cc1 + 2ce7a50 commit 2a0c66c
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 @@ -1549,7 +1549,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 2a0c66c

Please sign in to comment.