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 5a76da4 commit 73c051eCopy full SHA for 73c051e
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