Ticket #6875 (closed: fixed)
Remove deprecated pythonalgorithms.directories config key
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Release 3.0 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
This should also include the code in PythonInterface/mantid/init.py that uses the key
Change History
comment:7 Changed 7 years ago by Martyn Gigg
- Status changed from new to inprogress
Remove old pythonalgorithms.directories property key.
The new ones are:
- python.plugin.directories
- user.python.plugin.directories
Refs #6875
Changeset: e1d0a673aeb1c0fddd99d9de3a8565bab8588388
comment:8 Changed 7 years ago by Martyn Gigg
- Status changed from inprogress to verify
- Resolution set to fixed
Branch: feature/6875_remove_deprecated_pythonalgs_key
Tester: All of the systemtests should be passing and check that MantidPlot starts correctly without any warnings about errors loading Python algorithms. After MantidPlot has loaded check that the expected Python algorithms, i.e the ones in PythonInterface/plugins/algorithms actual were registered.
comment:9 Changed 7 years ago by Russell Taylor
It looks like the branch for this one hasn't been pushed to github.
comment:10 Changed 7 years ago by Martyn Gigg
Sorry about that. It's there now.
comment:11 Changed 7 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:12 Changed 7 years ago by Russell Taylor
- Status changed from verifying to closed
Merge remote branch 'origin/feature/6875_remove_deprecated_pythonalgs_key'
comment:13 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7721
Also remove the stuff in ConfigService surrounding relative to absolute directory handling.