mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Create destination here, not extractor
This commit is contained in:
parent
5ec0fce884
commit
f5bfa17354
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ for dirpath, dirnames, filenames in os.walk(inputDirectory):
|
|||
Logger.info("MAIN: Found compressed archive %s for file %s", fileExtention, filePath)
|
||||
source = filePath
|
||||
target = os.path.join(outputDestination, file)
|
||||
create_destination(outputDestination)
|
||||
try:
|
||||
extractor.extract(dirpath, file, outputDestination)
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue