Changes in / [7c1d04a:eccbf14] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/models.py

    r7673ecd r6fb559d  
    181181            try: 
    182182                model = load_custom_model(path) 
     183                plugins[model.name] = model 
    183184            except Exception: 
    184185                msg = traceback.format_exc() 
     
    187188                logging.warning("Failed to load plugin %r. See %s for details" 
    188189                                % (path, PLUGIN_LOG)) 
    189             plugins[model.name] = model 
    190  
     190             
    191191    return plugins 
    192192 
Note: See TracChangeset for help on using the changeset viewer.