Skip to content

Fix mantid launcher scripts

Peterson, Peter requested to merge fix_mantid into main

To test: For the workbenches (wherever you checked out)

./mantidworkbenchnightly --version
./mantidworkbenchqa --version
./mantidworkbench --version

For python

./mantidpythonnightly --classic -c "from mantid import __version__;print(__version__)"
./mantidpythonqa --classic -c "from mantid import __version__;print(__version__)"
./mantidpython --classic -c "from mantid import __version__;print(__version__)"

Refs https://code.ornl.gov/sns-hfir-scse/deployments/mantid-deploy/-/issues/2

Edited by Peterson, Peter

Merge request reports