Skip to content
Snippets Groups Projects
Commit d90c5e4f authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH:change exception when no levels are specified

parent 2293b8f3
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ int OpticalCalibration::Execute(otb::ApplicationOptionsResult* parseResult)
}
else
{
itkGenericExceptionMacro(<< "No level specified");
itkGenericExceptionMacro(<< "No levels of are specified");
}
}
......
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