From 04e1a74ae45da0a9abe413245ca27ba709415edd Mon Sep 17 00:00:00 2001 From: davewiththenicehat <54369722+davewiththenicehat@users.noreply.github.com> Date: Fri, 25 Jun 2021 20:04:26 -0400 Subject: [PATCH] Update utils.py --- evennia/utils/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/utils/utils.py b/evennia/utils/utils.py index aaac63b6bf..9e7157d170 100644 --- a/evennia/utils/utils.py +++ b/evennia/utils/utils.py @@ -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