Merge branch 'master' of github.com:MISP/PyMISP

pull/435/head
Raphaël Vinot 2019-08-09 17:59:06 +02:00
commit 29cc7142ff
1 changed files with 1 additions and 1 deletions

View File

@ -90,4 +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')
return misp_file, None, None
return misp_file, None, []