summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-23 10:33:26 -0500
committerChris Lumens <clumens@redhat.com>2008-01-23 10:33:26 -0500
commitb7a5a31f4c0c908e4025cf1a2bcaf2930b64150b (patch)
treeb80649d8aeec199049d8cb02979b4f4a19194946 /iw
parentfca7355c7118155dd7f454e21e199acbf7a90448 (diff)
downloadanaconda-b7a5a31f4c0c908e4025cf1a2bcaf2930b64150b.tar.gz
anaconda-b7a5a31f4c0c908e4025cf1a2bcaf2930b64150b.tar.xz
anaconda-b7a5a31f4c0c908e4025cf1a2bcaf2930b64150b.zip
Fix some error reporting tracebacks.
Diffstat (limited to 'iw')
-rw-r--r--iw/autopart_type.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index e0b39948b..7c3d903c1 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -228,7 +228,7 @@ class PartitionTypeWindow(InstallWindow):
try:
self.anaconda.id.zfcp.addFCP(devnum, wwpn, fcplun)
except ValueError, e:
- self.intf.messageWindow(_("Error"), e)
+ self.intf.messageWindow(_("Error"), str(e))
continue
break