Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 208df7e

Browse files
ocervellliyanhui1228
authored andcommitted
Fix #263 (#264)
1 parent 8f4c952 commit 208df7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencensus/trace/ext/grpc/client_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def callback(future_response):
145145

146146
def _trace_future_exception(self, response):
147147
# Trace the exception for a grpc.Future if any
148-
exception = response.exception(timeout=TIMEOUT)
148+
exception = response.exception()
149149

150150
if exception is not None:
151151
exception = str(exception)

0 commit comments

Comments
 (0)