summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-14 18:41:13 +0000
committerMatt Wilson <msw@redhat.com>2000-02-14 18:41:13 +0000
commit20c70a3665997a1ee8068a18ca85196108ab29d7 (patch)
treec06cecdfc6d068cff9332f32d350fcf11e93977c /iw
parent416efc1ebc966ec2ead235c5c0679bb7b03eb598 (diff)
downloadanaconda-20c70a3665997a1ee8068a18ca85196108ab29d7.tar.gz
anaconda-20c70a3665997a1ee8068a18ca85196108ab29d7.tar.xz
anaconda-20c70a3665997a1ee8068a18ca85196108ab29d7.zip
uncommitted changes in tree (msw)
Diffstat (limited to 'iw')
-rw-r--r--iw/bootdisk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/bootdisk.py b/iw/bootdisk.py
index 1bb958a32..3d04aa171 100644
--- a/iw/bootdisk.py
+++ b/iw/bootdisk.py
@@ -24,7 +24,7 @@ class BootdiskWindow (InstallWindow):
threads_leave ()
try:
self.todo.makeBootdisk ()
- except:
+ except RuntimeError, message:
threads_enter ()
BootdiskWindow.initial = 0
return BootdiskWindow