Skip to content

Commit

Permalink
show original desc and excep when error
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Oct 30, 2014
1 parent 11148de commit 1c6ecd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/fuzzer/fuzzobjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def from_fuzzReq(req, nres = -1, exception = None):
if exception:
fr.code = 0
fr.exception = exception
fr.description = exception.msg
fr.description = fr.description + "! " + exception.msg

return fr

Expand Down

0 comments on commit 1c6ecd8

Please sign in to comment.