mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 20:41:57 +00:00
FIX:(#734) Post-processing leaving blank odir value (nzbget) - untested
This commit is contained in:
parent
f53905262f
commit
7d9a5c0865
1 changed files with 3 additions and 0 deletions
|
@ -722,6 +722,9 @@ class PostProcessor(object):
|
||||||
ofilename = filename
|
ofilename = filename
|
||||||
path, ext = os.path.splitext(ofilename)
|
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('odir: ' + str(odir))
|
||||||
logger.fdebug('ofilename: ' + str(ofilename))
|
logger.fdebug('ofilename: ' + str(ofilename))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue