summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 5ffc49e9..d20eac2a 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -122,7 +122,7 @@ class XmlManifest(object):
122 mp = self.manifestProject 122 mp = self.manifestProject
123 123
124 groups = mp.config.GetString('manifest.groups') 124 groups = mp.config.GetString('manifest.groups')
125 if groups is None: 125 if not groups:
126 groups = 'default' 126 groups = 'default'
127 groups = [x for x in re.split(r'[,\s]+', groups) if x] 127 groups = [x for x in re.split(r'[,\s]+', groups) if x]
128 128