Skip to content

Commit

Permalink
Bug fixed for selecting working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang, Yuanpeng committed Oct 23, 2020
1 parent 08c5d35 commit cdbd61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addie/autoNOM/step1_widgets_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Step1WidgetsHandler(object):

def __init__(self, parent=None):
self.parent = parent.ui
self.parent = parent.autonom_ui
self.parent_no_ui = parent

def set_recalibration(self, status):
Expand Down

0 comments on commit cdbd61f

Please sign in to comment.