diff options
| author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-08 11:10:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-08 11:10:15 +0100 |
| commit | b28bfd905d51e02785979abaabf4debaf817f054 (patch) | |
| tree | 18efb93a10c3f11087a676e4098cef0b15883fd8 | |
| parent | Merge remote-tracking branch 'origin/release-v1.21.0' into develop (diff) | |
| download | synapse-b28bfd905d51e02785979abaabf4debaf817f054.tar.xz | |
Clarify error message when plugin config parsers raise an error (#8492)
This turns:
Failed to parse config for 'myplugin': Exception('error message')
into:
Failed to parse config for 'myplugin': error message.| -rw-r--r-- | changelog.d/8492.misc | 1 | ||||
| -rw-r--r-- | synapse/util/module_loader.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/8492.misc b/changelog.d/8492.misc new file mode 100644 |
