Changes in / [7c1d04a:eccbf14] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/models.py
r7673ecd r6fb559d 181 181 try: 182 182 model = load_custom_model(path) 183 plugins[model.name] = model 183 184 except Exception: 184 185 msg = traceback.format_exc() … … 187 188 logging.warning("Failed to load plugin %r. See %s for details" 188 189 % (path, PLUGIN_LOG)) 189 plugins[model.name] = model 190 190 191 191 return plugins 192 192
Note: See TracChangeset
for help on using the changeset viewer.