Skip to content

Commit 80f6969

Browse files
author
Roland Hedberg
committed
Merge pull request #256 from rebeckag/make_metatadata_py3
Decode xmlstring before printing.
2 parents 17234e9 + e52c353 commit 80f6969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181

8282
valid_instance(eid)
8383
xmldoc = metadata_tostring_fix(eid, nspair, xmldoc)
84-
print(xmldoc)
84+
print(xmldoc.decode("utf-8"))

0 commit comments

Comments
 (0)