Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kevoreilly/CAPEv2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Brukhovetskyy committed Jan 28, 2025
2 parents 633928f + d4c8eb1 commit d70dfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/common/integrations/file_extra_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def static_file_info(
if processing_conf.trid.enabled:
data_dictionary["trid"] = trid_info(file_path)

if processing_conf.die.enabled: # and HAVE_DIE:
if processing_conf.die.enabled: # and HAVE_DIE:
data_dictionary["die"] = detect_it_easy_info(file_path)

if HAVE_FLOSS and processing_conf.floss.enabled and "Mono" not in data_dictionary["type"]:
Expand Down

0 comments on commit d70dfd3

Please sign in to comment.