Changes in / [4b751dc:17531f8] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/models.py
r212bfc2 r5de7f69 181 181 try: 182 182 model = load_custom_model(path) 183 model.name = "[plug-in] "+model.name 183 184 plugins[model.name] = model 184 185 except Exception:
Note: See TracChangeset
for help on using the changeset viewer.