mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
pep8
This commit is contained in:
parent
dde7110c0d
commit
76d888cf48
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class _WrappedConnection(object):
|
|||
try:
|
||||
if self.transport.getHandle() is not None:
|
||||
self.transport.abortConnection()
|
||||
except:
|
||||
except Exception:
|
||||
logger.warning("Failed to abort connection")
|
||||
|
||||
def request(self, request):
|
||||
|
|
Loading…
Reference in a new issue