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

client: respect BaseException interface #86

Closed greut closed 5 years ago

greut commented 5 years ago

CloudStackException.__init__() should respect its parent class signature.

Reported by the mypy experiment.