Skip to content

Commit cdbd61f

Browse files
author
Zhang, Yuanpeng
committed
Bug fixed for selecting working directory.
1 parent 08c5d35 commit cdbd61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addie/autoNOM/step1_widgets_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Step1WidgetsHandler(object):
55

66
def __init__(self, parent=None):
7-
self.parent = parent.ui
7+
self.parent = parent.autonom_ui
88
self.parent_no_ui = parent
99

1010
def set_recalibration(self, status):

0 commit comments

Comments
 (0)