DellExtractor: Remove from extract-only list

This commit is contained in:
RichardG867
2022-08-12 22:48:49 -03:00
parent 8f39e3a079
commit 67000699bc

View File

@@ -120,7 +120,12 @@ def extract_process(queue, abort_flag, multifile_lock, dir_number_path, next_dir
image_extractor,
extractors.ApricotExtractor(),
extractors.IntelNewExtractor(),
extractors.DellExtractor(),
]
if not options['unpack-only']:
file_extractors += [
extractors.DellExtractor(),
]
file_extractors += [
extractors.IntelExtractor(),
extractors.OMFExtractor(),
extractors.TrimondExtractor(),