diff --git a/aioamqp/protocol.py b/aioamqp/protocol.py index 9e9d563..f090559 100644 --- a/aioamqp/protocol.py +++ b/aioamqp/protocol.py @@ -286,7 +286,7 @@ def run(self): self.stop_now.set_result(None) self._close_channels(exception=exc) - except Exception: + except Exception: # pylint: disable=broad-except logger.exception('error on dispatch') @asyncio.coroutine