commit | 060b339e3af296dd1772bfc1b4a0d2b4264cae1f | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Wed Nov 03 14:18:12 2021 -0400 |
committer | GitHub <noreply@github.com> | Wed Nov 03 12:18:12 2021 -0600 |
tree | 9d92f63acfa66b0810c455709cc4777fc30e0084 | |
parent | 214d88b54142628f7ecf5d49d3515f353db8aaf5 [diff] |
fix: handle bare 'grpc.Call' in 'from_grpc_error' (#298) * fix: handle bare 'grpc.Call' in 'from_grpc_error' Fixes: #297. * tests: add assertion for 'exception.details'