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)
|
foreach (r, right)
|
||||||
out << " " << *r;
|
out << " " << *r;
|
||||||
|
|
||||||
out << " not found";
|
out << " not found.";
|
||||||
throw out.str ();
|
throw out.str ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user