Bug #433 - Missing punctuation in some command output
- Missed something in Filter.cpp
This commit is contained in:
@@ -144,7 +144,7 @@ void Filter::applySequence (std::vector<Task>& all, Sequence& sequence)
|
||||
foreach (r, right)
|
||||
out << " " << *r;
|
||||
|
||||
out << " not found";
|
||||
out << " not found.";
|
||||
throw out.str ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user