mirror of
https://github.com/evilhero/mylar
synced 2024-12-22 07:42:24 +00:00
IMP: return error code if not successful (rupaschomaker)
This commit is contained in:
parent
80f6069cb4
commit
a64de49d41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue