mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-29 11:47:31 -05:00
Fix typos and spelling errors. (#8639)
This commit is contained in:
parent
c850dd9a8e
commit
34a5696f93
41 changed files with 63 additions and 60 deletions
|
|
@ -167,7 +167,9 @@ class SynapseRequest(Request):
|
|||
yield
|
||||
except Exception:
|
||||
# this should already have been caught, and sent back to the client as a 500.
|
||||
logger.exception("Asynchronous messge handler raised an uncaught exception")
|
||||
logger.exception(
|
||||
"Asynchronous message handler raised an uncaught exception"
|
||||
)
|
||||
finally:
|
||||
# the request handler has finished its work and either sent the whole response
|
||||
# back, or handed over responsibility to a Producer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue