Forgot one more newline.

This commit is contained in:
Jeremy Fincher 2004-04-30 08:26:13 +00:00
parent 0c5aaaadde
commit 4fdc49bb2b

View File

@ -248,7 +248,7 @@ def toXml(msg, pretty=True, includeTime=True):
L.append('<arg>%s</arg>' % _escape(arg))
if pretty:
L.append('\n')
L.append('</msg>')
L.append('</msg>\n')
return ''.join(L)
def prettyPrint(msg, addRecipients=False):