diff options
author | Adrian Tschira <nota@notafile.com> | 2018-04-15 17:20:37 +0200 |
---|---|---|
committer | Adrian Tschira <nota@notafile.com> | 2018-04-15 20:32:42 +0200 |
commit | 1515560f5ce8054a539dd0fed9e88232883f079f (patch) | |
tree | 31df1feed0768aa41f0da3ea0f23ea107ce1dda5 /synapse | |
parent | Merge branch 'master' of https://github.com/matrix-org/synapse into develop (diff) | |
download | synapse-1515560f5ce8054a539dd0fed9e88232883f079f.tar.xz |
Use str(e) instead of e.message
Doing this I learned e.message was pretty shortlived, added in 2.6, they realized it was a bad idea and deprecated it in 2.7 Signed-off-by: Adrian Tschira <nota@notafile.com>
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/crypto/keyring.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synapse/crypto/keyring.py b/synapse/crypto/keyring.py |