Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
323792fc
Commit
323792fc
authored
Jan 06, 2023
by
Rémi Cresson
Browse files
ADD: set m_ExecuteDone = True in WriteOutput()
parent
b966615e
Pipeline
#12071
passed with stages
in 76 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Modules/Wrappers/ApplicationEngine/src/otbWrapperApplication.cxx
View file @
323792fc
...
...
@@ -943,6 +943,10 @@ void Application::WriteOutput()
AddProcess
(
multiWriter
,
progressId
.
str
());
multiWriter
->
Update
();
}
// Set the flag m_ExecuteDone since the pipeline has been successfully executed
// This enables to access output parameters after WriteOutput()
m_ExecuteDone
=
true
;
}
int
Application
::
ExecuteAndWriteOutput
()
...
...
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