We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c7241c + cdbd61f commit 754e7baCopy full SHA for 754e7ba
addie/autoNOM/step1_widgets_handler.py
@@ -4,7 +4,7 @@
4
class Step1WidgetsHandler(object):
5
6
def __init__(self, parent=None):
7
- self.parent = parent.ui
+ self.parent = parent.autonom_ui
8
self.parent_no_ui = parent
9
10
def set_recalibration(self, status):
0 commit comments