mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 10:55:09 +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:
|
try:
|
||||||
if self.transport.getHandle() is not None:
|
if self.transport.getHandle() is not None:
|
||||||
self.transport.abortConnection()
|
self.transport.abortConnection()
|
||||||
except:
|
except Exception:
|
||||||
logger.warning("Failed to abort connection")
|
logger.warning("Failed to abort connection")
|
||||||
|
|
||||||
def request(self, request):
|
def request(self, request):
|
||||||
|
|
Loading…
Reference in a new issue