Bug #433 - Missing punctuation in some command output
- Made punctuation consistent throughout the code and addressed a few
broken tests.
This commit is contained in:
@@ -117,7 +117,7 @@ bool Taskmod::isValid()
|
||||
std::string Taskmod::getUuid()
|
||||
{
|
||||
if (!bAfterSet) {
|
||||
throw std::string("Taskmod::getUuid(): Task object not initialized");
|
||||
throw std::string("Taskmod::getUuid(): Task object not initialized.");
|
||||
}
|
||||
|
||||
return after.get("uuid");
|
||||
|
||||
Reference in New Issue
Block a user