Merge branch 'dev' of github:clinton-hall/nzbToMedia into dev

This commit is contained in:
Berkona 2013-03-01 17:32:08 -05:00
commit 54d5358b14

View file

@ -293,7 +293,6 @@ for dirpath, dirnames, filenames in os.walk(inputDirectory):
Logger.info("MAIN: Found compressed archive %s for file %s", fileExtention, filePath) Logger.info("MAIN: Found compressed archive %s for file %s", fileExtention, filePath)
source = filePath source = filePath
target = os.path.join(outputDestination, file) target = os.path.join(outputDestination, file)
create_destination(outputDestination)
try: try:
extractor.extract(dirpath, file, outputDestination) extractor.extract(dirpath, file, outputDestination)
except: except: