diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-07 23:05:49 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-07 23:05:49 +0000 |
commit | e2b9de406978c7574b035f2bf5d4252d8ef11a6e (patch) | |
tree | 5ef7a519df90a9b9ed17ec12687e4a40f2a07d9b /comps.py | |
parent | 3fce560f50d9790dcb69e32f2812c86323e8e159 (diff) | |
download | anaconda-e2b9de406978c7574b035f2bf5d4252d8ef11a6e.tar.gz anaconda-e2b9de406978c7574b035f2bf5d4252d8ef11a6e.tar.xz anaconda-e2b9de406978c7574b035f2bf5d4252d8ef11a6e.zip |
ARGH obob
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ class ComponentSet: skipIfFound = 0 if (archList[0] == '!'): skipIfFound = 1 - archList = archList[2:] + archList = archList[1:] archList = split(archList) found = 0 for n in archList: |