Merge branch 'evennia.utils.format_grid_duplicate_rows' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-evennia.utils.format_grid_duplicate_rows

This commit is contained in:
Griatch 2021-07-26 22:11:20 +02:00
commit dfbaaec01f

View file

@ -1943,6 +1943,7 @@ def format_grid(elements, width=78, sep=" ", verbatim_elements=None):
else:
row += " " * max(0, width - lrow)
rows.append(row)
row = ""
ic = 0
else:
# add a new slot