Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 431ca98

Browse files
author
Junchao Wu
committed
fix flake issue
1 parent 1b8ed96 commit 431ca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tchannel/tornado/dispatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def handle_call(self, request, connection):
103103
)
104104
)
105105
response.flush()
106-
except Exception as e:
106+
except Exception:
107107
# refine the exception in the following patches
108108
if response.flushed:
109109
# this is bad if user called flush before exception happens

0 commit comments

Comments
 (0)