mirror of https://github.com/MISP/PyMISP
chg: Remove critical warning if lief is not installed
Fix https://github.com/MISP/MISP/issues/6908pull/694/head
parent
56c41ed675
commit
c41a2f1549
|
@ -25,7 +25,6 @@ except AttributeError:
|
|||
|
||||
except ImportError:
|
||||
HAS_LIEF = False
|
||||
logger.critical('You need lief >= 0.11.0. The quick and dirty fix is: pip3 install --force pymisp[fileobjects]')
|
||||
|
||||
|
||||
class FileTypeNotImplemented(MISPObjectException):
|
||||
|
|
Loading…
Reference in New Issue