summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-12 11:54:49 -0500
committerChris Lumens <clumens@redhat.com>2008-01-12 11:54:49 -0500
commitf087ddf761e71471e4d521ddcb34d1aa783a9c79 (patch)
treee9574bb8b037fd7dc648024658ce833ed2eed11e /image.py
parent1f5ac2a6a92c1dcc2842c25afe218f76d2d74df2 (diff)
downloadanaconda-f087ddf761e71471e4d521ddcb34d1aa783a9c79.tar.gz
anaconda-f087ddf761e71471e4d521ddcb34d1aa783a9c79.tar.xz
anaconda-f087ddf761e71471e4d521ddcb34d1aa783a9c79.zip
Fix a bunch of pychecker errors.
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 6beedf324..b108139b3 100644
--- a/image.py
+++ b/image.py
@@ -158,7 +158,7 @@ def mountDirectory(isodir, methodstr, messageWindow):
"device like LVM or RAID, or if there was a "
"problem mounting a partition. Click exit "
"to abort the installation.")
- % (self.device,), type="custom", custom_icon="error",
+ % (device,), type="custom", custom_icon="error",
custom_buttons=[_("_Exit")])
sys.exit(0)