exoscale / python-exoscale

Python bindings for the Exoscale APIs
https://exoscale.github.io/python-exoscale/
ISC License
15 stars 8 forks source link

Fix unhandled exceptions in get_* functions #6

Closed falzm closed 5 years ago

falzm commented 5 years ago

This change fixes bugs in the get_* functions, where upon exception only those matching "resource not found" error message would be raised but any other would be silently discarded.

falzm commented 5 years ago

[ch6317]