Skip to content

Commit

Permalink
Update file_extra_info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven authored Sep 28, 2024
1 parent c0f7e59 commit 21cabd2
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 @@ -753,7 +753,7 @@ def UnAutoIt_extract(file: str, *, data_dictionary: dict, **_) -> ExtractorRetur

# this is useless to notify in each iteration
if not UN_AUTOIT_NOTIF and not path_exists(unautoit_binary):
log.warning(f"Missing UnAutoIt binary: {unautoit_binary}. Download from - https://github.com/x0r19x91/UnAutoIt")
# log.warning(f"Missing UnAutoIt binary: {unautoit_binary}. Download from - https://github.com/x0r19x91/UnAutoIt")
UN_AUTOIT_NOTIF = True
return

Expand Down

0 comments on commit 21cabd2

Please sign in to comment.