mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -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
|
except: pass
|
||||||
if not os.listdir(newDir): #this is an empty directory and we didn't transcode into it.
|
if not os.listdir(newDir): #this is an empty directory and we didn't transcode into it.
|
||||||
os.rmdir(newDir)
|
os.rmdir(newDir)
|
||||||
newDir = dirname
|
newDir = dirName
|
||||||
if not nzbtomedia.PROCESSOUTPUT and nzbtomedia.DUPLICATE: # We postprocess the original files to CP/SB
|
if not nzbtomedia.PROCESSOUTPUT and nzbtomedia.DUPLICATE: # We postprocess the original files to CP/SB
|
||||||
newDir = dirName
|
newDir = dirName
|
||||||
bitbucket.close()
|
bitbucket.close()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue