mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Remove blank line
This commit is contained in:
parent
3cf8c4f8a8
commit
1b09f225ff
1 changed files with 0 additions and 1 deletions
|
@ -326,7 +326,6 @@ def notify_custom_conditions(notifier_id=None, parameters=None):
|
||||||
logger.error(u"Tautulli NotificationHandler :: Unable to evaluate custom condition logic: %s." % e)
|
logger.error(u"Tautulli NotificationHandler :: Unable to evaluate custom condition logic: %s." % e)
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
|
|
||||||
evaluated_logic = all(evaluated_conditions[1:])
|
evaluated_logic = all(evaluated_conditions[1:])
|
||||||
logger.debug(u"Tautulli NotificationHandler :: Condition logic [blank]: %s > %s"
|
logger.debug(u"Tautulli NotificationHandler :: Condition logic [blank]: %s > %s"
|
||||||
% (' and '.join(['{%s}' % (i+1) for i in range(len(custom_conditions))]), evaluated_logic))
|
% (' and '.join(['{%s}' % (i+1) for i in range(len(custom_conditions))]), evaluated_logic))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue