summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'command.py')
-rw-r--r--command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/command.py b/command.py
index 7c68ebc5..68f36f03 100644
--- a/command.py
+++ b/command.py
@@ -320,7 +320,8 @@ class Command(object):
320 for arg in args: 320 for arg in args:
321 # We have to filter by manifest groups in case the requested project is 321 # We have to filter by manifest groups in case the requested project is
322 # checked out multiple times or differently based on them. 322 # checked out multiple times or differently based on them.
323 projects = [project for project in manifest.GetProjectsWithName( 323 projects = [project
324 for project in manifest.GetProjectsWithName(
324 arg, all_manifests=all_manifests) 325 arg, all_manifests=all_manifests)
325 if project.MatchesGroups(groups)] 326 if project.MatchesGroups(groups)]
326 327