diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-25 16:58:19 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-25 16:58:19 +0000 |
commit | 378675c3fde9b5190ef00af9649fb7f01dacb203 (patch) | |
tree | 88fffc7eee1f7cddd4979412b885a3766733272d /kickstart.py | |
parent | 5e7b6c3ad227c32f9ed2856f9bcedfb4364d96c9 (diff) | |
download | anaconda-378675c3fde9b5190ef00af9649fb7f01dacb203.tar.gz anaconda-378675c3fde9b5190ef00af9649fb7f01dacb203.tar.xz anaconda-378675c3fde9b5190ef00af9649fb7f01dacb203.zip |
strip
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py index b5b581c41..47d5d30b2 100644 --- a/kickstart.py +++ b/kickstart.py @@ -283,6 +283,7 @@ class Kickstart(InstallClass): n = string.strip (n) groups.append(n) else: + n = string.strip (n) packages.append(n) self.setGroups(groups) |