mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Log script return status code
This commit is contained in:
parent
ea036aa354
commit
6970231687
1 changed files with 1 additions and 0 deletions
|
@ -3062,6 +3062,7 @@ class SCRIPTS(Notifier):
|
||||||
timer.start()
|
timer.start()
|
||||||
output, error = process.communicate()
|
output, error = process.communicate()
|
||||||
status = process.returncode
|
status = process.returncode
|
||||||
|
logger.debug(u"Tautulli Notifiers :: Subprocess returned with status code %s." % status)
|
||||||
finally:
|
finally:
|
||||||
if timer:
|
if timer:
|
||||||
timer.cancel()
|
timer.cancel()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue