Fixed minor regression in evtable.
This commit is contained in:
parent
1680fe6b84
commit
bd843ee2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1183,7 +1183,7 @@ class EvTable(object):
|
||||||
options = self.options
|
options = self.options
|
||||||
for ix, col in enumerate(self.worktable):
|
for ix, col in enumerate(self.worktable):
|
||||||
for iy, cell in enumerate(col):
|
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):
|
def _balance(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue