We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d773059 commit 219ae8bCopy full SHA for 219ae8b
pinecone/core/grpc/index_grpc.py
@@ -233,8 +233,7 @@ def result(self, timeout=None):
233
raise PineconeException(e._state.debug_error_string) from e
234
235
def exception(self,timeout=None):
236
- with _MultiThreadedRendezvous as e:
237
- raise PineconeException(e._state.debug_error_string) from e
+ return self._delegate.exception(timeout=timeout)
238
239
def traceback(self,timeout=None):
240
return self._delegate.traceback(timeout=timeout)
0 commit comments