mirror of https://github.com/MISP/PyMISP
chg: Remove old warning.
parent
fc879c531c
commit
e17349cba2
|
@ -90,6 +90,4 @@ def make_binary_objects(filepath=None, pseudofile=None, filename=None, standalon
|
|||
logger.warning(e)
|
||||
if not HAS_LIEF:
|
||||
logger.warning('Please install lief, documentation here: https://github.com/lief-project/LIEF')
|
||||
if not filepath:
|
||||
logger.warning('LIEF currently requires a filepath and not a pseudo file')
|
||||
return misp_file, None, None
|
||||
|
|
Loading…
Reference in New Issue