diff --git a/autoProcessMovie.py b/autoProcessMovie.py index e358f62c..3be0eac3 100644 --- a/autoProcessMovie.py +++ b/autoProcessMovie.py @@ -150,4 +150,4 @@ def process(dirName, nzbName=None, status=0): print "movie", movid, "set to try the next best release on CouchPotatoServer" if delete_failed: print "Deleting failed files and folder", dirName - shutil.rmtree('dirName') + shutil.rmtree(dirName)