From 01217e5459c3fe62353727b872277f37365e4803 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Wed, 8 Nov 2017 10:11:38 +0100 Subject: [PATCH] BUG: missing parameter type String --- .../Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx b/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx index 0a5b64f702..fc529ef9e1 100644 --- a/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx +++ b/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx @@ -425,6 +425,7 @@ CommandLineLauncher::ParamResultType CommandLineLauncher::LoadParameters() type == ParameterType_Int || type == ParameterType_Radius || type == ParameterType_Directory || + type == ParameterType_String || type == ParameterType_InputFilename || type == ParameterType_OutputFilename || type == ParameterType_ComplexInputImage || -- GitLab