Print XML output from compil-roundtripped object, not the built one
This is almost always the correct thing to print. If the two differ, that's bad, but print the better one.
This commit is contained in:
parent
8c571d1b73
commit
795e66747c
@ -1156,8 +1156,8 @@ def main(args):
|
||||
writer = xmlWriter.XMLWriter(sys.stdout)
|
||||
writer.begintag(tag)
|
||||
writer.newline()
|
||||
table.toXML(writer, font)
|
||||
#decompiled.toXML(writer, font)
|
||||
#table.toXML(writer, font)
|
||||
decompiled.toXML(writer, font)
|
||||
writer.endtag(tag)
|
||||
writer.newline()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user