You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xml = dicttoxml(tempDict, custom_root='test', attr_type=False)
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 393, in dicttoxml
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 230, in convert_dict
convert_dict(val, ids, key, attr_type, item_func, cdata),
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 214, in convert_dict
key, attr = make_valid_xml_name(key, attr)
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 145, in make_valid_xml_name
if key.isdigit():
AttributeError: 'int' object has no attribute 'isdigit'
The text was updated successfully, but these errors were encountered:
xml = dicttoxml(tempDict, custom_root='test', attr_type=False)
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 393, in dicttoxml
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 189, in convert
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 230, in convert_dict
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 230, in convert_dict
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 230, in convert_dict
convert_dict(val, ids, key, attr_type, item_func, cdata),
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 214, in convert_dict
File "C:\Ency\ExportRates_XML\envExportRatesXml\lib\site-packages\dicttoxml.py", line 145, in make_valid_xml_name
AttributeError: 'int' object has no attribute 'isdigit'
The text was updated successfully, but these errors were encountered: