Changeset 9f37726 in sasmodels


Ignore:
Timestamp:
Oct 10, 2016 12:50:06 PM (8 years ago)
Author:
wojciech
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
689b7c4
Parents:
ed10b57
Message:

Removing try/except clause that wasn't properly handled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    red10b57 r9f37726  
    584584                            magnetic=is_magnetic) 
    585585        calculator.release() 
    586         try: 
    587             self._model.release() 
    588         except: 
    589             pass 
     586        self._model.release() 
    590587        return result 
    591588 
Note: See TracChangeset for help on using the changeset viewer.