From 963f7c4227a403306b615066b0ed6ef5355a9df4 Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Wed, 6 Apr 2016 12:55:59 -0700 Subject: [PATCH] lint --- tchannel/tornado/dispatch.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tchannel/tornado/dispatch.py b/tchannel/tornado/dispatch.py index 68af25a3..a2e32d74 100644 --- a/tchannel/tornado/dispatch.py +++ b/tchannel/tornado/dispatch.py @@ -258,7 +258,11 @@ def _on_post_response(future): connection.request_message_factory.remove_buffer(response.id) connection.send_error(error) - tchannel.event_emitter.fire(EventType.on_exception, request, error) + tchannel.event_emitter.fire( + EventType.on_exception, + request, + error, + ) log.error("Unexpected error", exc_info=sys.exc_info()) finally: # Clean up circular reference.