Changeset f9c8474 in sasmodels
- Timestamp:
- Mar 7, 2018 2:02:26 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- c11d09f
- Parents:
- 2f733b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/generate.py
r2f733b1 rf9c8474 907 907 except ImportError: 908 908 # If the model isn't a built in model, try the plugin directory 909 plugin_path = environ.get(' PLUGIN_MODEL_DIR', None)909 plugin_path = environ.get('SAS_MODELPATH', None) 910 910 if plugin_path is not None: 911 911 file_name = model_name.split(sep)[-1]
Note: See TracChangeset
for help on using the changeset viewer.