Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Sep 13, 2016
1 parent b1384ec commit ef09417
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions alignak/objects/escalation.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,8 @@ def is_correct(self):
# Internal checks before executing inherited function...

# If we got the _time parameters, we are time based. Unless, we are not :)
special_properties = self.special_properties
if hasattr(self, 'first_notification_time') or hasattr(self, 'last_notification_time'):
self.time_based = True
special_properties = self.special_properties_time_based

# Ok now we manage special cases...
if not hasattr(self, 'contacts') and not hasattr(self, 'contact_groups'):
Expand Down

0 comments on commit ef09417

Please sign in to comment.