Skip to content

Commit

Permalink
hopefully will fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Dec 1, 2018
1 parent b15e892 commit 20867a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions malice/sig.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ def get_signify(file_path, log=None):
signature['error'] = e.message
log.exception(e)

except Exception as e:
signature['error'] = e.message
log.exception(e)

# Now try to get certificate and signature data
sig_datas = []
try:
Expand Down

0 comments on commit 20867a8

Please sign in to comment.