diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index ddd0ba5..224ace8 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -329,7 +329,7 @@ def getComment(m, urinode, classlist, proplist, instalist): if have_lxml: try: # Parse and validate documentation as XHTML Basic 1.1 - doc = """ + doc = """ @@ -340,7 +340,7 @@ def getComment(m, urinode, classlist, proplist, instalist): %s -""" % str(markup.decode()) +""" % str(markup) oldcwd = os.getcwd() os.chdir(specgendir)