correction of exception message for multiple value-ids
This commit is contained in:
parent
4d0feb4716
commit
337fbf9745
@ -452,7 +452,7 @@ void tdm_termite::process_localcolumns(bool showlog, pugi::xml_document& xml_doc
|
||||
}
|
||||
else
|
||||
{
|
||||
throw std::logic_error("localcolumn with out/multiple values id(s)");
|
||||
throw std::logic_error("localcolumn with multiple values id(s)");
|
||||
}
|
||||
|
||||
// add external id referring to block in <usi:include>
|
||||
|
Loading…
x
Reference in New Issue
Block a user