Skip to content

Commit

Permalink
Merge pull request #307 from Kvieta1990/master
Browse files Browse the repository at this point in the history
Bug fixed for selecting working directory.
  • Loading branch information
marshallmcdonnell authored Oct 23, 2020
2 parents 9c7241c + cdbd61f commit 754e7ba
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 754e7ba

Please sign in to comment.