Ticket #9806 (assigned)
Improve path handling in Python scripts directory dialog
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Opened from #9792.
This concerns the second tab of the "Manager User Directories" dialog.
There are some improvements to be made around how it handles paths.
If you add a single new path and then click okay you will get a whole duplicate set of directories in sys.path rather than just the new one.
If you remove a path then you have to restart MantidPlot for it to take affect.
Updates to sys.path should be handled better than this.
Change History
Note: See
TracTickets for help on using
tickets.
This probably covers how the script repository works as well.