Skip to content

Commit

Permalink
Update unblob/processing.py
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztián Fekete <[email protected]>
  • Loading branch information
qkaiser and e3krisztian authored Jan 3, 2024
1 parent cde3577 commit db0b0a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions unblob/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ class ExtractionConfig:
entropy_plot: bool = False
max_depth: int = DEFAULT_DEPTH
skip_magic: Iterable[str] = DEFAULT_SKIP_MAGIC
skip_extension: Iterable[str] = attr.field(
default=DEFAULT_SKIP_EXTENSION,
converter=lambda value: [extension for extension in value if extension],
)
skip_extension: Iterable[str] = DEFAULT_SKIP_EXTENSION
skip_extraction: bool = False
process_num: int = DEFAULT_PROCESS_NUM
keep_extracted_chunks: bool = False
Expand Down

0 comments on commit db0b0a0

Please sign in to comment.