Skip to content
Snippets Groups Projects
Commit 938de5ee authored by Matthew Andrew's avatar Matthew Andrew
Browse files

Added show statement to internal call Re #23035

parent 39fd0a20
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,8 @@ bool MantidApplication::notify(QObject *receiver, QEvent *event) {
"ErrorReporterPresenter"
"\nfrom ErrorReporter.errorreport import CrashReportPage"
"\npage = CrashReportPage(show_continue_terminate=True)"
"\npresenter = ErrorReporterPresenter(page, '')");
"\npresenter = ErrorReporterPresenter(page, '')"
"\npresenter.show_view()");
emit runAsPythonScript(pythonCode);
} else if (error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment