exoscale / cs

A simple, yet powerful CloudStack API client for python and the command-line.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

add catch all exceptions #9

Closed resmo closed 9 years ago

brutasse commented 9 years ago

What's the advantage over simply letting the exception bubble up? With your patch the stacktrace gets hidden, making things harder to debug when errors occur.

resmo commented 9 years ago

non-python agnostic users are able to interpret the error :) but I can live with the exception bubble as well.

brutasse commented 9 years ago

Ok, thanks :)