Clean up white space.

This commit is contained in:
Jesse Keating 2010-06-11 08:29:31 -07:00
parent f3dafc4446
commit 39326ef54a
1 changed files with 2 additions and 2 deletions

View File

@ -343,9 +343,9 @@ class Pungi(pypungi.PungiBase):
# This is mostly stolen from anaconda.
groups = map(lambda x: x.groupid,
filter(lambda x: x.default, self.ayum.comps.groups))
groups = [x for x in groups if x not in excludeGroups]
self.logger.debug('Add default groups %s' % groups)
return groups