Skip to content

Commit

Permalink
Removes reporting Exception.args in error. Fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
arnuschky committed Aug 25, 2016
1 parent cba2c7e commit f72f47f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsonrpc/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def response(**kwargs):
except Exception as e:
data = {
"type": e.__class__.__name__,
"args": e.args,
"message": str(e),
}
if isinstance(e, TypeError) and is_invalid_params(
Expand Down

0 comments on commit f72f47f

Please sign in to comment.