diff options
| author | Richard van der Hoff <richard@matrix.org> | 2018-04-27 12:17:13 +0100 | 
|---|---|---|
| committer | Richard van der Hoff <richard@matrix.org> | 2018-04-27 12:17:13 +0100 | 
| commit | 13843f771ea64cfd4fb7e2f03854b9506f63fcfd (patch) | |
| tree | 78f87724e1ceed5c0691465042d00a37aa5d77fb | |
| parent | Merge pull request #3134 from matrix-org/erikj/fix_admin_media_api (diff) | |
| download | synapse-13843f771ea64cfd4fb7e2f03854b9506f63fcfd.tar.xz | |
Trap exceptions thrown within run_in_background
Turn any exceptions that get thrown synchronously within run_in_background into Failures instead.
Diffstat (limited to '')
| -rw-r--r-- | synapse/util/logcontext.py | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/synapse/util/logcontext.py b/synapse/util/logcontext.py | 
