diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index 5a2650d9..bcdd120b 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -189,7 +189,7 @@ if os.environ.has_key('NZBOP_SCRIPTDIR') and not os.environ['NZBOP_VERSION'][0:5 if os.path.isfile(os.path.join(os.environ['NZBPP_DIRECTORY'], "_brokenlog.txt")) and not status == 1: Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting") - status = 1) + status = 1 if not status == 1: Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful") diff --git a/nzbToGamez.py b/nzbToGamez.py index 63baf90b..36e0c769 100755 --- a/nzbToGamez.py +++ b/nzbToGamez.py @@ -139,7 +139,7 @@ if os.environ.has_key('NZBOP_SCRIPTDIR') and not os.environ['NZBOP_VERSION'][0:5 if os.path.isfile(os.path.join(os.environ['NZBPP_DIRECTORY'], "_brokenlog.txt")) and not status == 1: Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting") - status = 1) + status = 1 if not status == 1: Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful") diff --git a/nzbToHeadPhones.py b/nzbToHeadPhones.py index 3020b4f7..8521d27d 100755 --- a/nzbToHeadPhones.py +++ b/nzbToHeadPhones.py @@ -144,7 +144,7 @@ if os.environ.has_key('NZBOP_SCRIPTDIR') and not os.environ['NZBOP_VERSION'][0:5 if os.path.isfile(os.path.join(os.environ['NZBPP_DIRECTORY'], "_brokenlog.txt")) and not status == 1: Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting") - status = 1) + status = 1 if not status == 1: Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful") diff --git a/nzbToMedia.py b/nzbToMedia.py index 197a5c4c..4049ad16 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -351,7 +351,7 @@ if os.environ.has_key('NZBOP_SCRIPTDIR') and not os.environ['NZBOP_VERSION'][0:5 if os.path.isfile(os.path.join(os.environ['NZBPP_DIRECTORY'], "_brokenlog.txt")) and not status == 1: Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting") - status = 1) + status = 1 if not status == 1: Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful") diff --git a/nzbToMylar.py b/nzbToMylar.py index 1e0e8b01..46ec5784 100755 --- a/nzbToMylar.py +++ b/nzbToMylar.py @@ -136,7 +136,7 @@ if os.environ.has_key('NZBOP_SCRIPTDIR') and not os.environ['NZBOP_VERSION'][0:5 if os.path.isfile(os.path.join(os.environ['NZBPP_DIRECTORY'], "_brokenlog.txt")) and not status == 1: Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting") - status = 1) + status = 1 if not status == 1: Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful") diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index 2717bd64..2428fcc5 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -185,7 +185,7 @@ if os.environ.has_key('NZBOP_SCRIPTDIR') and not os.environ['NZBOP_VERSION'][0:5 if os.path.isfile(os.path.join(os.environ['NZBPP_DIRECTORY'], "_brokenlog.txt")) and not status == 1: Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting") - status = 1) + status = 1 if not status == 1: Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")