Changeset eaca9eb in sasmodels
- Timestamp:
- Dec 4, 2015 1:45:31 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 5d316e9
- Parents:
- 9404dd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/exception.py
r9404dd3 reaca9eb 31 31 # TODO: try to incorporate current stack trace in the raised exception 32 32 if isinstance(exc, WindowsError): 33 raise OSError(str(exc)+ msg)33 raise OSError(str(exc)+" "+msg) 34 34 35 35 args = exc.args
Note: See TracChangeset
for help on using the changeset viewer.