fix table generate
This commit is contained in:
parent
e9a5b0ee51
commit
d64621aa73
@ -30,6 +30,6 @@ class MarkdownTable:
|
|||||||
|
|
||||||
for row in self.rows:
|
for row in self.rows:
|
||||||
table += "\n"
|
table += "\n"
|
||||||
table += " | ".join(row)
|
table += " | ".join(map(str, row))
|
||||||
|
|
||||||
return table
|
return table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user