Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MISP/PyMISP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 9, 2019
2 parents 96576af + b68c3fc commit 29cc714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymisp/tools/create_misp_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, []

0 comments on commit 29cc714

Please sign in to comment.