mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
fix rmtree directory pass-through.
This commit is contained in:
parent
874b2c6135
commit
8c279066d0
1 changed files with 1 additions and 1 deletions
|
@ -150,4 +150,4 @@ def process(dirName, nzbName=None, status=0):
|
||||||
print "movie", movid, "set to try the next best release on CouchPotatoServer"
|
print "movie", movid, "set to try the next best release on CouchPotatoServer"
|
||||||
if delete_failed:
|
if delete_failed:
|
||||||
print "Deleting failed files and folder", dirName
|
print "Deleting failed files and folder", dirName
|
||||||
shutil.rmtree('dirName')
|
shutil.rmtree(dirName)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue