From bd843ee2c41ab5d6bfcb4a96ddf351f880e17547 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 9 Mar 2015 08:33:47 +0100 Subject: [PATCH] Fixed minor regression in evtable. --- evennia/utils/evtable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/utils/evtable.py b/evennia/utils/evtable.py index 13095adb05..b99fb24866 100644 --- a/evennia/utils/evtable.py +++ b/evennia/utils/evtable.py @@ -1183,7 +1183,7 @@ class EvTable(object): options = self.options for ix, col in enumerate(self.worktable): for iy, cell in enumerate(col): - col.reformat_cell(iy, **self._cellborders(ix,iy,nx,ny,options)) + col.reformat_cell(iy, **self._cellborders(ix,iy,nx,ny,**options)) def _balance(self): """