Skip to content

Commit 9bf590f

Browse files
authored
Merge pull request #2570 from nim65s/space
parser: improve error message
2 parents 18222e8 + e0f62f1 commit 9bf590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pinocchio/parsers/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ namespace pinocchio
9494
}
9595
else
9696
{
97-
const std::string exception_message("Schemes of form" + scheme + "are not handled");
97+
const std::string exception_message("Schemes of form '" + scheme + "' are not handled");
9898
throw std::invalid_argument(exception_message);
9999
}
100100
}

0 commit comments

Comments
 (0)