python-amazon-simple-product-api
python-amazon-simple-product-api copied to clipboard
Fails silently on errors
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.
I'm hoping to get a chance to fix this myself in the next few weeks.