mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
don't clean before Drone processes. Fixes #568
This commit is contained in:
parent
e1e6ebe2bf
commit
917bf53469
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ def process(inputDirectory, inputName=None, status=0, clientAgent='manual', down
|
||||||
if clientAgent != 'manual':
|
if clientAgent != 'manual':
|
||||||
# update download status in our DB
|
# update download status in our DB
|
||||||
update_downloadInfoStatus(inputName, 1)
|
update_downloadInfoStatus(inputName, 1)
|
||||||
if not sectionName == 'UserScript':
|
if not sectionName in ['UserScript', 'NzbDrone']:
|
||||||
# cleanup our processing folders of any misc unwanted files and empty directories
|
# cleanup our processing folders of any misc unwanted files and empty directories
|
||||||
cleanDir(inputDirectory, sectionName, inputCategory)
|
cleanDir(inputDirectory, sectionName, inputCategory)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue