mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::findUUIDList removes unnecessarily lexed sub-branches.
This commit is contained in:
parent
5199554811
commit
da1dbb5666
1 changed files with 1 additions and 0 deletions
|
@ -1273,6 +1273,7 @@ void Parser::findUUIDList ()
|
|||
if (n.depleted ())
|
||||
{
|
||||
(*i)->unTag ("?");
|
||||
(*i)->removeAllBranches ();
|
||||
(*i)->tag ("UUID");
|
||||
|
||||
Tree* branch = (*i)->addBranch (new Tree ("argSeq"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue