mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-21 15:30:39 +08:00
Was generating many blank lines in xml output,
but no longer does that. modified: bugrecord.py
This commit is contained in:
@@ -276,7 +276,7 @@ class bugrecord:
|
|||||||
l = main.strip()
|
l = main.strip()
|
||||||
if len(l) > 0:
|
if len(l) > 0:
|
||||||
out += l
|
out += l
|
||||||
out += term + "\n"
|
out += term
|
||||||
return out
|
return out
|
||||||
|
|
||||||
def paraxmlN(self, start, main, term):
|
def paraxmlN(self, start, main, term):
|
||||||
@@ -288,7 +288,7 @@ class bugrecord:
|
|||||||
t, inpre = xmlize(l, "n", inpre)
|
t, inpre = xmlize(l, "n", inpre)
|
||||||
if len(t) > 0:
|
if len(t) > 0:
|
||||||
out += t
|
out += t
|
||||||
out += term + "\n"
|
out += term
|
||||||
return out
|
return out
|
||||||
|
|
||||||
def generate_xml(self):
|
def generate_xml(self):
|
||||||
|
Reference in New Issue
Block a user