mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fixes issue with KeyErrors recently being returned
This commit is contained in:
parent
eec6ed3b11
commit
a81464502e
4 changed files with 15 additions and 9 deletions
|
@ -153,4 +153,5 @@ class autoProcessTV:
|
|||
if status != 0 and delete_failed and not os.path.dirname(dirName) == dirName:
|
||||
logger.postprocess("Deleting failed files and folder %s" % (dirName),section)
|
||||
rmDir(dirName)
|
||||
|
||||
return 0 # Success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue