FIX:(#734) Post-processing leaving blank odir value (nzbget) - untested

This commit is contained in:
evilhero 2014-06-04 15:11:34 -04:00
parent f53905262f
commit 7d9a5c0865
1 changed files with 3 additions and 0 deletions

View File

@ -722,6 +722,9 @@ class PostProcessor(object):
ofilename = filename
path, ext = os.path.splitext(ofilename)
if odir is None:
logger.fdebug('no root folder set.')
odir = self.nzb_folder
logger.fdebug('odir: ' + str(odir))
logger.fdebug('ofilename: ' + str(ofilename))