Skip to content

Commit 754e7ba

Browse files
Merge pull request #307 from Kvieta1990/master
Bug fixed for selecting working directory.
2 parents 9c7241c + cdbd61f commit 754e7ba

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)