Skip to content
Snippets Groups Projects
Commit 97fbbeb7 authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

[Python 2] Fix generation of documentation

parent 73f1adf6
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class XmlDocString (object):
from sys import stdout, stderr
self.writeErrors(output)
self._clean()
return self._linesep.join(self.lines)
return self._linesep.join(self.lines).encode("utf-8")
def visit (self, node):
assert isinstance(node.tag, str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment