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 17234e9 commit e52c353Copy full SHA for e52c353
tools/make_metadata.py
@@ -81,4 +81,4 @@
81
82
valid_instance(eid)
83
xmldoc = metadata_tostring_fix(eid, nspair, xmldoc)
84
- print(xmldoc)
+ print(xmldoc.decode("utf-8"))
0 commit comments