mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
A3t
- ::findUUIDList no longer assumes success after matching the first UUID.
This commit is contained in:
parent
42f3419bd3
commit
8d45e73744
1 changed files with 25 additions and 25 deletions
|
@ -1152,9 +1152,8 @@ void A3t::findUUIDList ()
|
||||||
sequence.push_back (uuid);
|
sequence.push_back (uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!n.depleted ())
|
if (n.depleted ())
|
||||||
throw std::string (STRING_A3_PATTERN_GARBAGE);
|
{
|
||||||
|
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
(*i)->tag ("UUID");
|
(*i)->tag ("UUID");
|
||||||
|
|
||||||
|
@ -1188,6 +1187,7 @@ void A3t::findUUIDList ()
|
||||||
branch->tag ("OP");
|
branch->tag ("OP");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue