We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b224a02 commit dc9764dCopy full SHA for dc9764d
tools/make_metadata.py
@@ -81,5 +81,5 @@
81
xmldoc = None
82
83
valid_instance(eid)
84
- xmldoc = metadata_tostring_fix(eid, nspair, xmldoc)
+ xmldoc = metadata_tostring_fix(eid, nspair, xmldoc.encode())
85
print(xmldoc.decode("utf-8"))
0 commit comments