mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 19:08:02 -05:00
Merge pull request #569 from JackDandy/DisplayCombinedOutcomeAtEnd
Display combined SR post processing outcome
This commit is contained in:
commit
89ea07efa7
@ -150,6 +150,11 @@ def processDir(dirName, nzbName=None, process_method=None, force=False, is_prior
|
|||||||
if processPath != sickbeard.TV_DOWNLOAD_DIR:
|
if processPath != sickbeard.TV_DOWNLOAD_DIR:
|
||||||
delete_dir(processPath)
|
delete_dir(processPath)
|
||||||
|
|
||||||
|
if process_result:
|
||||||
|
returnStr += logHelper(u"Successfully processed")
|
||||||
|
else:
|
||||||
|
returnStr += logHelper(u"Problem(s) during processing", logger.WARNING)
|
||||||
|
|
||||||
return returnStr
|
return returnStr
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user