Make sure to save in atomic transaction. Resovle #2657.

This commit is contained in:
Griatch 2022-09-25 00:36:37 +02:00
parent b4042641b1
commit 4f8753b683
3 changed files with 35 additions and 12 deletions

View file

@ -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)]