yandex-cloud / python-sdk

Yandex.Cloud Python SDK
MIT License
75 stars 24 forks source link

Fix bug in error handling #31

Closed l0kix2 closed 2 years ago

l0kix2 commented 2 years ago

https://github.com/yandex-cloud/python-sdk/blame/master/yandexcloud/_retry_interceptor.py#L126

Linter found E1101: Instance of 'RpcError' has no 'code' member I guess it is not really bug, but maybe code should wait for more specific exception there