From 7ce9a9cc969ddb89632762b06394af57080a4266 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 21 Apr 2013 16:25:29 +0930 Subject: [PATCH] another bracket --- DeleteSamples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeleteSamples.py b/DeleteSamples.py index 1c62c46c..c523c2fe 100755 --- a/DeleteSamples.py +++ b/DeleteSamples.py @@ -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"