mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
Task: Added boundary condition requirement
This commit is contained in:
parent
6b69903208
commit
f86c9e2096
1 changed files with 1 additions and 1 deletions
|
@ -1429,7 +1429,7 @@ void Task::validate (bool applyDefault /* = true */)
|
|||
Lexer lex (uid);
|
||||
std::string token;
|
||||
Lexer::Type type;
|
||||
if (! lex.isUUID (token, type, false))
|
||||
if (! lex.isUUID (token, type, true))
|
||||
throw format (STRING_CMD_IMPORT_UUID_BAD, uid);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue