diff --git a/src/Parser.cpp b/src/Parser.cpp index ab647459a..80262b6e0 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -821,7 +821,8 @@ void Parser::findAttribute () branch->tag ("OP"); // All 'project' attributes are partial matches. - if (canonical == "project") + if (canonical == "project" || + canonical == "uuid") branch->attribute ("raw", "="); else branch->attribute ("raw", "==");