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
Traceback (most recent call last):
File "/home/anja/git/visidata/visidata/sidebar.py", line 115, in drawSidebar
sidebar, title = sheet.help_sidebars[vd.disp_help%len(sheet.help_sidebars)]()
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
ZeroDivisionError: integer modulo by zero
Apparently, there are 0 sheet.help_sidebars on GraphSheet.
The text was updated successfully, but these errors were encountered:
Small description
vd -p tests/graphPR-nosave.vd
And then press
b
to toggle sidebar.You get this error:
Apparently, there are 0
sheet.help_sidebars
onGraphSheet
.The text was updated successfully, but these errors were encountered: