mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
remove incorrect bracket
This commit is contained in:
parent
a62e7bf82d
commit
098abe1183
6 changed files with 6 additions and 6 deletions
|
@ -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:
|
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")
|
Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting")
|
||||||
status = 1)
|
status = 1
|
||||||
|
|
||||||
if not status == 1:
|
if not status == 1:
|
||||||
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
||||||
|
|
|
@ -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:
|
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")
|
Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting")
|
||||||
status = 1)
|
status = 1
|
||||||
|
|
||||||
if not status == 1:
|
if not status == 1:
|
||||||
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
||||||
|
|
|
@ -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:
|
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")
|
Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting")
|
||||||
status = 1)
|
status = 1
|
||||||
|
|
||||||
if not status == 1:
|
if not status == 1:
|
||||||
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
||||||
|
|
|
@ -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:
|
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")
|
Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting")
|
||||||
status = 1)
|
status = 1
|
||||||
|
|
||||||
if not status == 1:
|
if not status == 1:
|
||||||
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
||||||
|
|
|
@ -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:
|
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")
|
Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting")
|
||||||
status = 1)
|
status = 1
|
||||||
|
|
||||||
if not status == 1:
|
if not status == 1:
|
||||||
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
||||||
|
|
|
@ -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:
|
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")
|
Logger.warning("Post-Process: _brokenlog.txt exists, download is probably damaged, exiting")
|
||||||
status = 1)
|
status = 1
|
||||||
|
|
||||||
if not status == 1:
|
if not status == 1:
|
||||||
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
Logger.info("Neither archive- nor par2-files found, _brokenlog.txt doesn't exist, considering download successful")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue