summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'command.py')
-rw-r--r--command.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/command.py b/command.py
index 90bd0021..f708832e 100644
--- a/command.py
+++ b/command.py
@@ -178,9 +178,7 @@ class Command(object):
178 mp = manifest.manifestProject 178 mp = manifest.manifestProject
179 179
180 if not groups: 180 if not groups:
181 groups = mp.config.GetString('manifest.groups') 181 groups = manifest.GetGroupsStr()
182 if not groups:
183 groups = 'default,platform-' + platform.system().lower()
184 groups = [x for x in re.split(r'[,\s]+', groups) if x] 182 groups = [x for x in re.split(r'[,\s]+', groups) if x]
185 183
186 if not args: 184 if not args: