mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 21:24:46 +03:00
commit
35baa022b5
|
@ -1332,7 +1332,7 @@ class Image:
|
||||||
xmp_atribs = []
|
xmp_atribs = []
|
||||||
for child, value in element.attrib.items():
|
for child, value in element.attrib.items():
|
||||||
xmp_atribs.append({child.split('}')[1]: value})
|
xmp_atribs.append({child.split('}')[1]: value})
|
||||||
xmp.update({element.tag.split('}')[1]: atrib})
|
xmp.update({element.tag.split('}')[1]: xmp_atribs})
|
||||||
|
|
||||||
|
|
||||||
return xmp
|
return xmp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user