Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jun 16, 2023
1 parent 8f3b074 commit 047a6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyMca5/PyMcaGui/math/NNMADialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _submitThread(self, function, *var, **kw):
CalculationThread.waitingMessageDialog(thread,
message=message,
parent=self,
modal=True
modal=True,
update_callback=None,
frameless=True)
threadResult = thread.getResult()
Expand Down
2 changes: 1 addition & 1 deletion PyMca5/PyMcaGui/math/PCADialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _submitThread(self, function, *var, **kw):
CalculationThread.waitingMessageDialog(thread,
message=message,
parent=self,
modal=True
modal=True,
update_callback=None,
frameless=True)
threadResult = thread.getResult()
Expand Down

0 comments on commit 047a6ea

Please sign in to comment.