| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
It may be worth putting a try/except around every method and using the mapping provided in code.proto |
Sorry, something went wrong.
Yeah, this LGTM to me as a temporary fix, but I feel it'd be more thorough to do that. |
Sorry, something went wrong.
|
|
||
| exc_state = _RPCState((), None, None, StatusCode.CANCELLED, None) | ||
| exc = GrpcRendezvous(exc_state, None, None, None) | ||
| self._run_query_failure_helper(exc, GrpcRendezvous) |
|
@tseaver Sorry merged based on @jonparrott LGTM. Happy to revert / quick fix if you have concerns |
Sorry, something went wrong.
|
No worries. |
Sorry, something went wrong.
Catching gRPC error in datastore run_query and converting to our error.
Catching gRPC error in datastore run_query and converting to our error.
| Back | FazBrowse Home | New Git URL |
Fixes #2494.