mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fixed issue with key_error in autoProcessMovie
This commit is contained in:
parent
053959811a
commit
8d2049cb14
2 changed files with 18 additions and 15 deletions
|
@ -419,7 +419,7 @@ def get_dirnames(section, subsections=None):
|
|||
return list(set(dirNames))
|
||||
|
||||
def delete(dirName):
|
||||
logger.info("Deleting failed files and folder %s", dirName)
|
||||
logger.info("Deleting %s", dirName)
|
||||
try:
|
||||
shutil.rmtree(dirName, True)
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue