Occasional AttributeError on startup related to Radio toggle callback.

Issue #88 closed
Juan Pablo Caram repo owner created an issue
[DEBUG][MainThread] Radio toggled
Traceback (most recent call last):
  File "/home/jpcaram/flatcam/GUIElements.py", line 42, in on_toggle
    if radio.isChecked():
AttributeError: 'NoneType' object has no attribute 'isChecked'

Comments (1)

  1. Log in to comment