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