Skip to content
Snippets Groups Projects
Commit 4bfa8004 authored by Marina Bertolino's avatar Marina Bertolino
Browse files

BUG: mantis-1453: load inxml parameter in OutputProcessXMLParameter

parent 8aa9bfb8
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,10 @@ OutputProcessXMLParameter::ParseGroup(const std::string& group)
//Nothing to do. copy emptyValue
value = emptyValue;
}
else if (type == ParameterType_InputProcessXML)
{
continue;
}
//get only file name
/*
if(type == ParameterType_InputFilename || type == ParameterType_InputImage ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment