Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Srokosz <pawel.srokosz@cert.pl>
  • Loading branch information
nazywam and psrok1 authored Sep 20, 2023
1 parent 2507c99 commit a58d5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karton/archive_extractor/archive_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def log_message_wrapped(message: str, *args, **kwargs) -> None:
process_pe(
pe,
out_path=temp_file.as_posix(),
unsafe_processing=False,
last_ditch_processing=False,
log_message=log_message_wrapped,
)

Expand Down
2 changes: 1 addition & 1 deletion requirements-debloat.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
debloat==1.5.3
debloat==1.5.3.2
pefile

0 comments on commit a58d5f3

Please sign in to comment.