Skip to content
Snippets Groups Projects
Commit 1f4179e7 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: use ad-hoc temporary file

parent 601549c3
Branches
Tags
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "otbWrapperProxyParameter.h" #include "otbWrapperProxyParameter.h"
#include "otbWrapperParameterKey.h" #include "otbWrapperParameterKey.h"
#include "itkStdStreamLogOutput.h" #include "itkStdStreamLogOutput.h"
#include "itksys/SystemTools.hxx"
namespace otb namespace otb
{ {
...@@ -232,8 +233,7 @@ private: ...@@ -232,8 +233,7 @@ private:
{ {
if (HasValue("out")) if (HasValue("out"))
{ {
// TODO : get dirname, and prepare name of temporary output m_AppContainer["polystat"].App->SetParameterString("out", GetParameterString("out") + std::string("_stats.xml") );
m_AppContainer["polystat"].App->SetParameterString("out", std::string("foo.xml"));
} }
// DoUpdateParameters on sub-application // DoUpdateParameters on sub-application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment