mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
210 stars 122 forks source link

Handle invalid GSAS path more smoothly in Engineering UI #35170

Closed DannyHindson closed 1 year ago

DannyHindson commented 1 year ago

If you put an invalid GSAS II path into the settings screen on the Engineering Diffraction UI it crashes Mantid with the following error when you run a refinement on the GSAS II tab:

image

This issue is to add code to validate the path, catch any exception and report an error to the user

DannyHindson commented 1 year ago

Fixed by https://github.com/mantidproject/mantid/pull/35185