summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-22 16:42:13 +0000
committerMatt Wilson <msw@redhat.com>2001-01-22 16:42:13 +0000
commitc32e205f44a8f08c0b1124bdaacaaa9b9512b36b (patch)
treeafb98cc5b7e973545c1125a55c1ed669ea06528a /comps.py
parent5e01d64d79cf81a54e22fbe73cf6758511c6899e (diff)
downloadanaconda-c32e205f44a8f08c0b1124bdaacaaa9b9512b36b.tar.gz
anaconda-c32e205f44a8f08c0b1124bdaacaaa9b9512b36b.tar.xz
anaconda-c32e205f44a8f08c0b1124bdaacaaa9b9512b36b.zip
don't hose out of we're doing arch checks with matchalllangs
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 535021991..493827d20 100644
--- a/comps.py
+++ b/comps.py
@@ -324,7 +324,7 @@ class ComponentSet:
return 1
# XXX preserve backwards compatible behavior
- if self.allLangs:
+ if self.allLangs and "lang" in tags:
tags.remove ("lang")
if os.environ.has_key('LINGUAS'):