Skip to content

Commit

Permalink
Better error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 16, 2016
1 parent ffc0a97 commit 60d3e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_modules/modules/expansion/domaintools.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def handler(q=False):
for s in services:
globals()[s](domtools, to_query, values)
except Exception as e:
print(type(e), e)
print(to_query, type(e), e)

return {'results': values.dump()}

Expand Down

0 comments on commit 60d3e0a

Please sign in to comment.