Changeset b9d74f3 in sasview for src/sas/sasgui/perspectives/fitting/pagestate.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/pagestate.py
r959eb01 rb9d74f3 1014 1014 msg = "PageState no longer supports non-CanSAS" 1015 1015 msg += " format for fitting files" 1016 raise RuntimeError , msg1016 raise RuntimeError(msg) 1017 1017 1018 1018 if node.get('version'): … … 1310 1310 else: 1311 1311 self.call_back(format=ext) 1312 raise RuntimeError , "%s is not a file" % path1312 raise RuntimeError("%s is not a file" % path) 1313 1313 1314 1314 # Return output consistent with the loader's api
Note: See TracChangeset
for help on using the changeset viewer.