Changeset eaca9eb in sasmodels for sasmodels/exception.py


Ignore:
Timestamp:
Dec 4, 2015 11:45:31 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

error message cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/exception.py

    r9404dd3 reaca9eb  
    3131    # TODO: try to incorporate current stack trace in the raised exception 
    3232    if isinstance(exc, WindowsError): 
    33         raise OSError(str(exc)+msg) 
     33        raise OSError(str(exc)+" "+msg) 
    3434 
    3535    args = exc.args 
Note: See TracChangeset for help on using the changeset viewer.