diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-04-04 10:45:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 10:45:22 +0100 |
commit | 725a72ec5a6b9fb8dd6e46c63566086923c12029 (patch) | |
tree | aba825f9077fd1d945d7f5b3381e9d54cb5203b5 | |
parent | Merge pull request #3044 from matrix-org/michaelk/performance_stats (diff) | |
parent | replace old style error catching with 'as' keyword (diff) | |
download | synapse-725a72ec5a6b9fb8dd6e46c63566086923c12029.tar.xz |
Merge pull request #3000 from NotAFile/change-except-style
Replace old style error catching with 'as' keyword
-rwxr-xr-x | synapse/app/synctl.py | 4 | ||||
-rw-r--r-- | synapse/handlers/device.py | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/synapse/app/synctl.py b/synapse/app/synctl.py |