Skip to content
Snippets Groups Projects
Commit 96425026 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed exception name in RpcError.__str__ result.

parent 0f95159f
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ class RpcError(Exception):
self.message = message
def __str__(self):
return '%s: %s' % (self.exception, self.message)
return '%s' % self.message
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment