Fix name of config param
This commit is contained in:
parent
1163f11e57
commit
6c42f8244e
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ void MotConfigReader::parse(const std::vector<std::string>& paths) {
|
||||||
p.getVal(secStr, "station_id_normalize_chain").pos,
|
p.getVal(secStr, "station_id_normalize_chain").pos,
|
||||||
"<valid regular expression>",
|
"<valid regular expression>",
|
||||||
std::string("<regex error: ") + e.what() + ">",
|
std::string("<regex error: ") + e.what() + ">",
|
||||||
p.getVal(secStr, "station_normalize_chain").file);
|
p.getVal(secStr, "station_id_normalize_chain").file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue