mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-05 12:16:38 +02:00
py3 fix
This commit is contained in:
parent
d08296f9f2
commit
e40a510fbf
@ -543,4 +543,4 @@ class RegistrationHandler(BaseHandler):
|
||||
try:
|
||||
yield self.auth.check_auth_blocking()
|
||||
except AuthError as e:
|
||||
raise RegistrationError(e.code, e.message, e.errcode)
|
||||
raise RegistrationError(e.code, str(e), e.errcode)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user