mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 12:00:08 -07:00
Don't return on script error
This commit is contained in:
parent
4437a94675
commit
11d563e4cd
1 changed files with 0 additions and 1 deletions
|
@ -3032,7 +3032,6 @@ class SCRIPTS(Notifier):
|
||||||
if error:
|
if error:
|
||||||
err = '\n '.join([l for l in error.splitlines()])
|
err = '\n '.join([l for l in error.splitlines()])
|
||||||
logger.error("Tautulli Notifiers :: Script error: \n %s" % err)
|
logger.error("Tautulli Notifiers :: Script error: \n %s" % err)
|
||||||
return False
|
|
||||||
|
|
||||||
if output:
|
if output:
|
||||||
out = '\n '.join([l for l in output.splitlines()])
|
out = '\n '.join([l for l in output.splitlines()])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue