Skip to content

Commit

Permalink
disable yara-x suggestion to install as we saw some negative performa…
Browse files Browse the repository at this point in the history
…nce impact
  • Loading branch information
doomedraven authored May 27, 2024
1 parent fdc552d commit fc9eff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/common/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

HAVE_YARA_X = True
except ImportError:
print("Missed library. Run: poetry install pip3 install yara-x")
# print("Missed library. Run: poetry install pip3 install yara-x")
HAVE_YARA_X = False

log = logging.getLogger(__name__)
Expand Down

0 comments on commit fc9eff9

Please sign in to comment.