python-amazon-simple-product-api icon indicating copy to clipboard operation
python-amazon-simple-product-api copied to clipboard

Fails silently on errors

Open ThomasProctor opened this issue 7 years ago • 1 comments

It's generally unpythonic to fail silently when errors occur. It would be pretty easy to check the XML to see if the Errors tag is present, and then raise an error with the error message attached.

ThomasProctor avatar Apr 11 '18 23:04 ThomasProctor

I'm hoping to get a chance to fix this myself in the next few weeks.

ThomasProctor avatar Apr 11 '18 23:04 ThomasProctor