From 617bf378787fad05691d3e214cc870aed4d1021f Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 23 Mar 2015 20:15:34 +1030 Subject: [PATCH] typo. Fixes #721 --- nzbtomedia/transcoder/transcoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbtomedia/transcoder/transcoder.py b/nzbtomedia/transcoder/transcoder.py index 205c3db6..6b398e18 100644 --- a/nzbtomedia/transcoder/transcoder.py +++ b/nzbtomedia/transcoder/transcoder.py @@ -769,7 +769,7 @@ def Transcode_directory(dirName): except: pass if not os.listdir(newDir): #this is an empty directory and we didn't transcode into it. os.rmdir(newDir) - newDir = dirname + newDir = dirName if not nzbtomedia.PROCESSOUTPUT and nzbtomedia.DUPLICATE: # We postprocess the original files to CP/SB newDir = dirName bitbucket.close()