quandyfactory / dicttoxml

Simple library to convert a Python dictionary or other native data type into a valid XML string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in "convert_list" function

akryazhev opened this issue · comments

raise TypeError('Unsupported data type: %s (%s)' % (obj, type(obj).name))
There is no "obj" definition in this function.

Fixed in version 1.2. Thanks for bringing this to my attention!