Fix error when non-existent file opened at startup
Error raised when trying to restore saved script files that no longer exist. Fix this with a try-except block and add test for the case.
Showing
- qt/python/mantidqt/widgets/codeeditor/multifileinterpreter.py 4 additions, 1 deletion...ython/mantidqt/widgets/codeeditor/multifileinterpreter.py
- qt/python/mantidqt/widgets/codeeditor/test/test_multifileinterpreter.py 6 additions, 0 deletions...idqt/widgets/codeeditor/test/test_multifileinterpreter.py
Loading
Please register or sign in to comment