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:
@@ -132,7 +132,7 @@ void Filter::applySequence (std::vector<Task>& all, Sequence& sequence)
|
||||
std::vector <int> right;
|
||||
listDiff (filteredSequence, (std::vector <int>&)sequence, left, right);
|
||||
if (left.size ())
|
||||
throw std::string ("Sequence filtering error - please report this error to support@taskwarrior.org");
|
||||
throw std::string ("Sequence filtering error - please report this error to support@taskwarrior.org.");
|
||||
|
||||
if (right.size ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user