Changeset 0763009 in sasmodels for sasmodels/kerneldll.py


Ignore:
Timestamp:
Oct 29, 2015 4:08:10 PM (9 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:
381ac85
Parents:
3d5c6f8
Message:

minor code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    rf3f46cd r0763009  
    148148        try: 
    149149            self.dll = ct.CDLL(self.dllpath) 
    150         except WindowsError, exc: 
    151             # TODO: update annotate_exception so it can handle WindowsError 
    152             raise RuntimeError(str(exc)+" while loading "+self.dllpath) 
    153150        except Exception, exc: 
    154151            annotate_exception(exc, "while loading "+self.dllpath) 
Note: See TracChangeset for help on using the changeset viewer.