summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 3 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 4e783781a..454df636f 100755
--- a/anaconda
+++ b/anaconda
@@ -617,6 +617,9 @@ instClass.setSteps(dispatch)
# instClass.addToSkipList("mouse")
# instClass.setMouseType("Sun - Mouse", "sunmouse")
+# comment out the next line to make exceptions non-fatal
+sys.excepthook = lambda type, value, tb, dispatch=dispatch, intf=intf: handleException(dispatch, intf, (type, value, tb))
+
try:
intf.run(id, dispatch, configFileData)
except SystemExit, code: