mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fixes - autofilter
- Auto filter now only creates a filter for read-only commands. - Fixed bug whereby ambiguities were reported twice: "could be one of a, b, a, b".
This commit is contained in:
parent
97d732e5f7
commit
027b343e49
3 changed files with 7 additions and 7 deletions
|
@ -259,7 +259,6 @@ bool Att::validNameValue (
|
|||
|
||||
std::string combined;
|
||||
join (combined, ", ", matches);
|
||||
error += combined;
|
||||
|
||||
throw error + combined;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue