summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-29 04:25:45 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-29 04:25:45 +0000
commit7c8fb94a91ccfa16072a9da3915bfde3a580a152 (patch)
tree0d9ac7ecc96a26c34721ad1fb3e0f56ad34fe1d9 /text.py
parent788b0e42f387a910af7eaa0be8f7f0872a6c7d40 (diff)
downloadanaconda-7c8fb94a91ccfa16072a9da3915bfde3a580a152.tar.gz
anaconda-7c8fb94a91ccfa16072a9da3915bfde3a580a152.tar.xz
anaconda-7c8fb94a91ccfa16072a9da3915bfde3a580a152.zip
oops, fix this up to not crash
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 581e74b86..d2c66fa0e 100644
--- a/text.py
+++ b/text.py
@@ -161,7 +161,7 @@ class InstallInterface:
f = None
if self.configFileData.has_key("helptag"):
- helpTag = "-%s" % (self.cw.configFileData["helptag"],)
+ helpTag = "-%s" % (self.configFileData["helptag"],)
else:
helpTag = ""
arch = "-%s" % (iutil.getArch(),)