Update utils.py
This commit is contained in:
parent
c2c6d8ad50
commit
cf9b9e46e3
1 changed files with 1 additions and 0 deletions
|
|
@ -1943,6 +1943,7 @@ def format_grid(elements, width=78, sep=" ", verbatim_elements=None):
|
||||||
else:
|
else:
|
||||||
row += " " * max(0, width - lrow)
|
row += " " * max(0, width - lrow)
|
||||||
rows.append(row)
|
rows.append(row)
|
||||||
|
row = ""
|
||||||
ic = 0
|
ic = 0
|
||||||
else:
|
else:
|
||||||
# add a new slot
|
# add a new slot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue