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
Version 8ef7c80 built as flatpak generated the following backtrace when exiting from the application:
Program : bCNC
Version : 0.9.15
Last Change : 24 June 2022
Platform : linux
Python : 3.10.13 (main, Nov 10 2011, 15:00:00) [GCC 12.2.0]
TkVersion : 8.6
TclVersion : 8.6
Traceback:
Traceback (most recent call last):
File "/app/lib/python3.10/site-packages/bCNC/Utils.py", line 533, in __call__
return self.func(*args)
File "/app/lib/python3.10/site-packages/bCNC/lib/tkExtra.py", line 1384, in handleKey
del self._pos[i]
TypeError: 'range' object doesn't support item deletion
Traceback (most recent call last):
File "/app/lib/python3.10/site-packages/bCNC/Utils.py", line 533, in __call__
return self.func(*args)
File "/app/lib/python3.10/site-packages/bCNC/lib/tkExtra.py", line 3246, in popupClick
self.unpostList()
File "/app/lib/python3.10/site-packages/bCNC/lib/tkExtra.py", line 3197, in unpostList
self._listbox.reset()
File "/app/lib/python3.10/site-packages/bCNC/lib/tkExtra.py", line 1269, in reset
del self._pos[:]
TypeError: 'range' object does not support item deletion
The text was updated successfully, but these errors were encountered:
Version 8ef7c80 built as
flatpak
generated the following backtrace when exiting from the application:The text was updated successfully, but these errors were encountered: