mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Forgot one more newline.
This commit is contained in:
parent
0c5aaaadde
commit
4fdc49bb2b
@ -248,7 +248,7 @@ def toXml(msg, pretty=True, includeTime=True):
|
|||||||
L.append('<arg>%s</arg>' % _escape(arg))
|
L.append('<arg>%s</arg>' % _escape(arg))
|
||||||
if pretty:
|
if pretty:
|
||||||
L.append('\n')
|
L.append('\n')
|
||||||
L.append('</msg>')
|
L.append('</msg>\n')
|
||||||
return ''.join(L)
|
return ''.join(L)
|
||||||
|
|
||||||
def prettyPrint(msg, addRecipients=False):
|
def prettyPrint(msg, addRecipients=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user