mirror of https://github.com/MISP/PyMISP
fix: Better warning if lief is outdated.
parent
1284ce1b9c
commit
47382d01c0
|
@ -25,6 +25,7 @@ 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