yoavaviram / python-amazon-simple-product-api

A simple Python wrapper for the Amazon.com Product Advertising API ⛺
Apache License 2.0
817 stars 212 forks source link

Defaults number of node children to empty list, for nodes which do no… #127

Open fgheorghe opened 7 years ago

fgheorghe commented 7 years ago

Defaults number of node children to empty list, for nodes which do not have sub-nodes. This will prevent errors such as from occuring: 'AttributeError: no such child: {http://webservices.amazon.com/AWSECommerceService/2013-08-01}Children'.

yoavaviram commented 6 years ago

Thanks @fgheorghe, can you please add the relevant tests?