Renames according to PR comments

pull/22343/head
Mariano Anaya 5 years ago committed by Lidi Zheng
parent 6e69d0da9f
commit f44e4e2138
  1. 2
      src/python/grpcio/grpc/_cython/_cygrpc/aio/call.pyx.pxi

@ -125,7 +125,7 @@ cdef class _AioCall(GrpcCallWrapper):
if credentials is not None:
set_credentials_error = grpc_call_set_credentials(self.call, credentials.c())
if set_credentials_error != GRPC_CALL_OK:
raise Exception("Credentials couldn't have been set")
raise RuntimeError("Credentials couldn't have been set")
grpc_slice_unref(method_slice)

Loading…
Cancel
Save