Remove stale comment
This commit is contained in:
parent
20b1e06100
commit
dcb1fb67ce
@ -699,7 +699,6 @@ def _writeNote(glyphObject, element, validate):
|
|||||||
raise GlifLibError("note attribute must be str")
|
raise GlifLibError("note attribute must be str")
|
||||||
note = note.strip()
|
note = note.strip()
|
||||||
note = "\n" + note + "\n"
|
note = "\n" + note + "\n"
|
||||||
# ensure text is str, if it's bytes decode as ASCII
|
|
||||||
etree.SubElement(element, "note").text = note
|
etree.SubElement(element, "note").text = note
|
||||||
|
|
||||||
def _writeImage(glyphObject, element, validate):
|
def _writeImage(glyphObject, element, validate):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user