Fix #1318
This commit is contained in:
parent
d187942eeb
commit
68a1e41286
2 changed files with 25 additions and 1 deletions
|
|
@ -764,7 +764,7 @@ class ResponseObject(_TemplateEnvironmentMixin):
|
|||
return FakeTagging()
|
||||
|
||||
def _tagging_from_xml(self, xml):
|
||||
parsed_xml = xmltodict.parse(xml)
|
||||
parsed_xml = xmltodict.parse(xml, force_list={'Tag': True})
|
||||
|
||||
tags = []
|
||||
for tag in parsed_xml['Tagging']['TagSet']['Tag']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue