Changeset b9d74f3 in sasview for src/sas/sasgui/perspectives/fitting/models.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/models.py
r463e7ffc rb9d74f3 142 142 if type is not None and issubclass(type, py_compile.PyCompileError): 143 143 print "Problem with", repr(value) 144 raise type , value, tb144 raise type(value).with_traceback(tb) 145 145 return 1 146 146
Note: See TracChangeset
for help on using the changeset viewer.