Skip to content

Commit fc9eff9

Browse files
authored
disable yara-x suggestion to install as we saw some negative performance impact
1 parent fdc552d commit fc9eff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/cuckoo/common/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
HAVE_YARA_X = True
8181
except ImportError:
82-
print("Missed library. Run: poetry install pip3 install yara-x")
82+
# print("Missed library. Run: poetry install pip3 install yara-x")
8383
HAVE_YARA_X = False
8484

8585
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)