mirror of https://github.com/evilhero/mylar
FIX:(#734) Post-processing leaving blank odir value (nzbget) - untested
This commit is contained in:
parent
f53905262f
commit
7d9a5c0865
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue