mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-18 07:15:13 -05:00
Merge pull request #320 from WebSpider/dev-stop_tvdir_deletion
Prevent TV Download dir from being deleted during postprocessing
This commit is contained in:
commit
d961892b00
@ -147,7 +147,8 @@ def processDir(dirName, nzbName=None, process_method=None, force=False, is_prior
|
||||
if process_method == "move" and \
|
||||
ek.ek(os.path.normpath, processPath) != ek.ek(os.path.normpath,
|
||||
sickbeard.TV_DOWNLOAD_DIR):
|
||||
delete_dir(processPath)
|
||||
if processPath != sickbeard.TV_DOWNLOAD_DIR:
|
||||
delete_dir(processPath)
|
||||
|
||||
return returnStr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user