Ticket #1152 (closed: fixed)
Add separate ConfigService key for required Python scripts
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
The current pythonscripts.directory cannot be changed by users since it points to locations that contain scripts for the GUIs.
A separate key is required for those locations that contain scripts that Mantid needs to function correctly.
Change History
comment:5 Changed 11 years ago by Martyn Gigg
- Owner set to Martyn Gigg
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
(In [4067]) Improved the handling of scripts paths in the ConfigService so that there are two separate keys for the Python scripts: those required by Mantid and those specified by users. Updated SANS interface so that it better handles being unable to find the reduction script. Re #1152