We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf23a18 commit a944b1fCopy full SHA for a944b1f
1 file changed
msgpackrpc/future.py
@@ -30,7 +30,7 @@ def get(self):
30
31
if self._error_handler is not None:
32
self._error_handler(self._error)
33
- raise error.RPCError(error)
+ raise error.RPCError(self._error)
34
35
def set(self, error=None, result=None):
36
self._error = error
0 commit comments