Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
ad1976ae
Commit
ad1976ae
authored
Mar 20, 2020
by
Nick Draper
Browse files
Updates after Conor's review
parent
0318c264
Changes
2
Hide whitespace changes
Inline
Side-by-side
Framework/API/src/Algorithm.cpp
View file @
ad1976ae
...
...
@@ -723,7 +723,7 @@ bool Algorithm::executeInternal() {
}
catch
(...)
{
// Execution
// Execution
failed with an unknown exception object
setResultState
(
ResultState
::
Failed
);
m_runningAsync
=
false
;
...
...
Framework/API/src/AlgorithmProxy.cpp
View file @
ad1976ae
...
...
@@ -109,7 +109,7 @@ bool AlgorithmProxy::executeAsyncImpl(const Poco::Void &dummy) {
throw
;
}
stopped
();
return
(
resultState
()
==
ResultState
::
Success
);
return
isExecuted
(
);
}
/// Gets the current execution state
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment