Skip to content

Commit

Permalink
Do not try to manually assign computed property
Browse files Browse the repository at this point in the history
Signed-off-by: Brianna Major <brianna.major@kitware.com>
  • Loading branch information
bnmajor committed Nov 27, 2023
1 parent 8fe71a5 commit 298e26e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hexrdgui/save_images_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def __init__(self, parent=None, ):
loader = UiLoader()
self.ui = loader.load_file('save_images_dialog.ui', parent)

self.parent_dir = HexrdConfig().working_dir
self.progress_dialog = ProgressDialog(self.ui)

self.setup_gui()
Expand Down

0 comments on commit 298e26e

Please sign in to comment.