You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small description
After adding a column, undoing the add causes an error.
Steps to reproduce
Open any visidata sheet, then i then U: vd sample_data/sample.tsv
Expected result
The column insertion is undone, with normal status.
Actual result with screenshot
The column insertion is undone, but an error appears:
Traceback (most recent call last):
File "/home/j/.venv/lib/python3.10/site-packages/visidata/mainloop.py", line 252, in mainloop
vd.callNoExceptions(sheet.checkCursor)
...
File "/home/midichef/.venv/lib/python3.10/site-packages/visidata/sheets.py", line 643, in checkCursor
elif self.bottomRowIndex < self.cursorRowIndex:
...
File "/home/midichef/.venv/lib/python3.10/site-packages/visidata/sheets.py", line 780, in allAggregators
col = self.availCols[vcolidx]
IndexError: list index out of range
Small description
After adding a column, undoing the add causes an error.
Steps to reproduce
Open any visidata sheet, then
i
thenU
:vd sample_data/sample.tsv
Expected result
The column insertion is undone, with normal status.
Actual result with screenshot
The column insertion is undone, but an error appears:
The error is probably related to caching. Clearing caches prevented the same traceback after hiding a column.
Configuration
visidata v3.2dev
Python 3.10.12
The text was updated successfully, but these errors were encountered: