mirror of
https://github.com/evilhero/mylar
synced 2025-02-20 21:16:51 +00:00
FIX: Download post-processing would fail when performing cleanup
This commit is contained in:
parent
b437d7450a
commit
c8548ab13a
1 changed files with 1 additions and 1 deletions
|
@ -1732,7 +1732,7 @@ class PostProcessor(object):
|
|||
|
||||
#tidyup old path
|
||||
if any([mylar.FILE_OPTS == 'move', mylar.FILE_OPTS == 'copy']):
|
||||
self.tidyup(del_nzbdir=True)
|
||||
self.tidyup(odir, True)
|
||||
|
||||
else:
|
||||
#downtype = for use with updater on history table to set status to 'Post-Processed'
|
||||
|
|
Loading…
Reference in a new issue