Andrew's git
/
logparse.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix logrotate functionality
[logparse.git]
/
logparse
/
formatting.py
diff --git
a/logparse/formatting.py
b/logparse/formatting.py
index b303449acaa010b3a38b5d89a5557fa4b44cd457..ab6266efc5233840d3e1369b21c03ff3aa5adec9 100644
(file)
--- a/
logparse/formatting.py
+++ b/
logparse/formatting.py
@@
-325,7
+325,7
@@
class Table(object):
def draw_plain(self):
output = tabulate(self._gen_list(), self.headers, tablefmt="fancy_grid" if self.borders else "plain", colalign=tuple(self._align_cols))
- return output
+ return output
+ "\n"*2
class Table0(object):