mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fix typo
This commit is contained in:
parent
214723bb66
commit
4a43b94c38
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class AuthURLOpener(urllib.FancyURLopener):
|
|||
def delete(dirName):
|
||||
Logger.info("Deleting failed files and folder %s", dirName)
|
||||
try:
|
||||
shutil.rmtree(dirName, true)
|
||||
shutil.rmtree(dirName, True)
|
||||
except:
|
||||
Logger.exception("Unable to delete folder %s", dirName)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue