diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-22 10:17:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 10:17:36 +0100 |
commit | a0f99f81b35b0e2ff600d7c72a0d71f15bf94f4c (patch) | |
tree | 7025a7126f962d211d08613da8083e69f7ee93c9 /changelog.d | |
parent | mypy for synapse.http.site (#7553) (diff) | |
download | synapse-a0f99f81b35b0e2ff600d7c72a0d71f15bf94f4c.tar.xz |
Fix stacktrace mangling in `patch_inline_callbacks` (#7554)
`Failure()` is more cunning than `Failure(e)`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7554.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7554.misc b/changelog.d/7554.misc new file mode 100644 index 0000000000..7c35c46aa6 --- /dev/null +++ b/changelog.d/7554.misc @@ -0,0 +1 @@ +Fix some test code to not mangle stacktraces, to make it easier to debug errors. |