mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
another bracket
This commit is contained in:
parent
537b5dad10
commit
7ce9a9cc96
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,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:
|
||||
print "Post-Process: _brokenlog.txt exists, download is probably damaged, exiting"
|
||||
status = 1)
|
||||
status = 1
|
||||
|
||||
if not status == 1:
|
||||
print "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