FIX: Post-Processing via download displays an invalid cbr/cbz file messages and stops post-processing.

This commit is contained in:
evilhero 2015-06-22 00:52:55 -04:00
parent d87ed182f4
commit 1a8be9bd84
1 changed files with 0 additions and 6 deletions

View File

@ -620,12 +620,6 @@ class PostProcessor(object):
fd, ext = os.path.splitext(nzbname)
self._log("Removed extension from nzb: " + ext)
nzbname = re.sub(str(ext), '', str(nzbname))
else:
logger.error(module + ' Unable to post-process file as it is not in a valid cbr/cbz format. PostProcessing aborted.')
self._log('Unable to locate downloaded file to rename. PostProcessing aborted.')
self.valreturn.append({"self.log": self.log,
"mode": 'stop'})
return self.queue.put(self.valreturn)
#replace spaces
# let's change all space to decimals for simplicity