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

ENH: [Wrapper] rectify handling of mandatory parameter in CommandLine

parent b5d3327a
Branches
Tags
No related merge requests found
......@@ -485,7 +485,7 @@ CommandLineLauncher::ParamResultType CommandLineLauncher::LoadParameters()
bool mustBeSet = false;
const bool hasValue = m_Application->HasValue(paramKey);
if( param->GetMandatory() == true && param->GetActive())
if( param->GetMandatory() == true )
{
if( param->GetRoot()->GetActive() || param->IsRoot() )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment