Changeset b9d74f3 in sasview for src/sas/sasgui/perspectives/fitting/fit_thread.py
- Timestamp:
- Apr 20, 2017 6:29:34 AM (8 years ago)
- Children:
- 0cc77d8
- Parents:
- b636dfc5
- git-author:
- Andrew Nelson <andyfaff@…> (04/20/17 06:25:57)
- git-committer:
- Andrew Nelson <andyfaff@…> (04/20/17 06:29:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/fit_thread.py
r959eb01 rb9d74f3 54 54 except KeyboardInterrupt: 55 55 msg = "Fitting: terminated by the user." 56 raise KeyboardInterrupt , msg56 raise KeyboardInterrupt(msg) 57 57 58 58 def compute(self):
Note: See TracChangeset
for help on using the changeset viewer.