Skip to content
Snippets Groups Projects
Unverified Commit a2330030 authored by roadscape's avatar roadscape Committed by GitHub
Browse files

Merge branch 'master' into paginate-trending-tags

parents 0450e577 2c53c30e
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ class RPCError(Exception): ...@@ -26,8 +26,8 @@ class RPCError(Exception):
message = RPCError.humanize(error) message = RPCError.humanize(error)
message += ' in %s(%s)' % (method, params) message += ' in %s(%s)' % (method, params)
#if not RPCError.is_recoverable(error): if not RPCError.is_recoverable(error):
# return RPCErrorFatal(message) return RPCErrorFatal(message)
return RPCError(message) return RPCError(message)
@staticmethod @staticmethod
......
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