typo. Fixes #721

This commit is contained in:
clinton-hall 2015-03-23 20:15:34 +10:30
parent 1757a353da
commit 617bf37878

View file

@ -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()