Delete sample file

Seriously, that was just embarrassing.
This commit is contained in:
Clinton Hall 2013-04-23 06:58:37 +09:30
parent a32f688ca2
commit 9fc4f7208d

View file

@ -111,7 +111,7 @@ if os.environ.has_key('NZBOP_SCRIPTDIR') and not os.environ['NZBOP_VERSION'][0:5
if is_sample(filePath, os.environ['NZBPP_NZBNAME'], os.environ['NZBPO_MAXSAMPLESIZE']): # Ignore samples if is_sample(filePath, os.environ['NZBPP_NZBNAME'], os.environ['NZBPO_MAXSAMPLESIZE']): # Ignore samples
print "Deleting sample file: ", filePath print "Deleting sample file: ", filePath
try: try:
os.unlink() os.unlink(filePath)
except: except:
print "Error: unable to delete file", filePath print "Error: unable to delete file", filePath
sys.exit(POSTPROCESS_ERROR) sys.exit(POSTPROCESS_ERROR)