Skip to content

Commit

Permalink
Merge pull request #1624 from bnmajor/save-dialog-fix
Browse files Browse the repository at this point in the history
Do not try to manually assign computed property
  • Loading branch information
bnmajor authored Nov 27, 2023
2 parents 8fe71a5 + 298e26e commit 4d85888
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 4d85888

Please sign in to comment.