From 20c70a3665997a1ee8068a18ca85196108ab29d7 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 14 Feb 2000 18:41:13 +0000 Subject: uncommitted changes in tree (msw) --- iw/bootdisk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw') 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 -- cgit