mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
already extracted archive not skipped. Fixes #1279
This commit is contained in:
parent
376dd0f2cc
commit
2779cb6961
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ def extractFiles(src, dst=None, keep_archive=None):
|
|||
|
||||
try:
|
||||
if extractor.extract(inputFile, dst or dirPath):
|
||||
extracted_folder.append(dst or dirPath)
|
||||
extracted_folder.append(dirPath)
|
||||
extracted_archive.append(archiveName)
|
||||
except Exception:
|
||||
logger.error("Extraction failed for: {0}".format(fullFileName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue