romerojunior/cloudian-api

Forcibly bails out on error.

mdione-cloudian opened this issue · 1 comments

The code calls sys.exit(1) if for some reason requests cannot query the API. This is a bad practice; you should let the client code handle errors however they like, specially if they can recover from them.

thanks for pointing it out! 👍 @mdone-cloudian