From 39326ef54ad21a3775d19df32b2bcea9b4bc9494 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 11 Jun 2010 08:29:31 -0700 Subject: [PATCH] Clean up white space. --- src/pypungi/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index c4881e5b..88a16fd6 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -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