missing \n
This commit is contained in:
parent
183f16eeed
commit
f93aebd4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class TableFormatter(object):
|
||||||
table.set_field_align(header, 'l')
|
table.set_field_align(header, 'l')
|
||||||
for k, v in result:
|
for k, v in result:
|
||||||
table.add_row([k, unicode(v)])
|
table.add_row([k, unicode(v)])
|
||||||
formatted += unicode(table)
|
formatted += u'%s\n' % unicode(table)
|
||||||
return unicode(formatted).strip()
|
return unicode(formatted).strip()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue