IMP: return error code if not successful (rupaschomaker)

This commit is contained in:
evilhero 2013-05-16 21:36:10 -04:00
parent 80f6069cb4
commit a64de49d41
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@ def processEpisode(dirName, nzbName=None):
if any("Post Processing SUCCESSFULL" in s for s in result):
return 0
else
else:
return 1