mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
typo. Fixes #721
This commit is contained in:
parent
1757a353da
commit
617bf37878
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue