summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-07 23:05:49 +0000
committerMatt Wilson <msw@redhat.com>1999-09-07 23:05:49 +0000
commite2b9de406978c7574b035f2bf5d4252d8ef11a6e (patch)
tree5ef7a519df90a9b9ed17ec12687e4a40f2a07d9b /comps.py
parent3fce560f50d9790dcb69e32f2812c86323e8e159 (diff)
downloadanaconda-e2b9de406978c7574b035f2bf5d4252d8ef11a6e.tar.gz
anaconda-e2b9de406978c7574b035f2bf5d4252d8ef11a6e.tar.xz
anaconda-e2b9de406978c7574b035f2bf5d4252d8ef11a6e.zip
ARGH obob
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comps.py b/comps.py
index 1d4897431..0aef92960 100644
--- a/comps.py
+++ b/comps.py
@@ -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: