mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[sysid] Remove extra period from exception messages (#7805)
This commit is contained in:
@@ -41,7 +41,7 @@ class InvalidDataError : public std::exception {
|
||||
*/
|
||||
explicit InvalidDataError(std::string_view message) {
|
||||
m_message = fmt::format(
|
||||
"{}. Please verify that your units and data is reasonable and then "
|
||||
"{} Please verify that your units and data is reasonable and then "
|
||||
"adjust your velocity threshold, test duration, and/or window size to "
|
||||
"try to fix this issue.",
|
||||
message);
|
||||
|
||||
Reference in New Issue
Block a user