summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 5e0b53b9..33a55282 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -1335,7 +1335,10 @@ https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md
1335 f"failed parsing included manifest {name}: {e}" 1335 f"failed parsing included manifest {name}: {e}"
1336 ) 1336 )
1337 else: 1337 else:
1338 if parent_groups and node.nodeName == "project": 1338 if parent_groups and node.nodeName in (
1339 "project",
1340 "extend-project",
1341 ):
1339 nodeGroups = parent_groups 1342 nodeGroups = parent_groups
1340 if node.hasAttribute("groups"): 1343 if node.hasAttribute("groups"):
1341 nodeGroups = ( 1344 nodeGroups = (