Skip to content

Commit e52c353

Browse files
author
Rebecka Gulliksson
committed
Write unicode string instead of bytes to stdout in tools/make_metadata.py
1 parent 17234e9 commit e52c353

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)