Browse Source

fixed missing parenthesis

no_compress
Raphael Roberts 7 years ago
parent
commit
8784ee3e2c
  1. 2
      print2d.py

2
print2d.py

@ -67,4 +67,4 @@ def render_table(table: AsciiTable, interactive=True):
pager = getpager()
pager(table.table)
else:
print(table.table
print(table.table)
Loading…
Cancel
Save