Fixes issue with KeyErrors recently being returned

This commit is contained in:
echel0n 2014-04-25 10:19:43 -07:00
commit a81464502e
4 changed files with 15 additions and 9 deletions

View file

@ -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