This commit is contained in:
Brian Pandola 2017-11-02 23:03:54 -07:00
commit 68a1e41286
2 changed files with 25 additions and 1 deletions

View file

@ -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']: