mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
fix logging error. Fixes #1210
This commit is contained in:
parent
c4fea222a9
commit
d042536ab7
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class autoProcessMovie(object):
|
||||||
reportNzb(failureLink, clientAgent)
|
reportNzb(failureLink, clientAgent)
|
||||||
|
|
||||||
if section == "Radarr":
|
if section == "Radarr":
|
||||||
logger.postprocess("FAILED: The download failed. Sending failed download to {0} for CDH processing".format(fork), section)
|
logger.postprocess("FAILED: The download failed. Sending failed download to {0} for CDH processing".format(section), section)
|
||||||
return [1, "{0}: Download Failed. Sending back to {1}".format(section, section)] # Return as failed to flag this in the downloader.
|
return [1, "{0}: Download Failed. Sending back to {1}".format(section, section)] # Return as failed to flag this in the downloader.
|
||||||
|
|
||||||
if delete_failed and os.path.isdir(dirName) and not os.path.dirname(dirName) == dirName:
|
if delete_failed and os.path.isdir(dirName) and not os.path.dirname(dirName) == dirName:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue