Make sure to save in atomic transaction. Resovle #2657.
This commit is contained in:
parent
b4042641b1
commit
4f8753b683
3 changed files with 35 additions and 12 deletions
|
|
@ -1629,8 +1629,6 @@ class EvTable(object):
|
|||
htable = self.nrows
|
||||
excess = len(row) - wtable
|
||||
|
||||
print(" len(row):", len(row), "wtable:", wtable, "excess:", excess)
|
||||
|
||||
if excess > 0:
|
||||
# we need to add new empty columns to table
|
||||
empty_rows = ["" for _ in range(htable)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue