diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2006-03-14 23:00:10 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2006-03-14 23:00:10 +0000 |
commit | fb00ede1e0c92ac56de41f53291468b351461fa8 (patch) | |
tree | 2de006f9c58ff64289a43e969d03af6c25f3f6a3 /rescue.py | |
parent | 87318d861b91f7d451f2ef021173c1c4e0f1e292 (diff) | |
download | anaconda-fb00ede1e0c92ac56de41f53291468b351461fa8.tar.gz anaconda-fb00ede1e0c92ac56de41f53291468b351461fa8.tar.xz anaconda-fb00ede1e0c92ac56de41f53291468b351461fa8.zip |
ChangeLog
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ import upgrade from snack import * from constants_text import * from text import WaitWindow, OkCancelWindow, ProgressWindow, stepToClasses +from flags import flags import sys import os import isys @@ -428,6 +429,7 @@ def runRescue(instPath, mountroot, id): # errors raise exceptions, while any runtime error will # still result in a shell. (exc, val) = sys.exc_info()[0:2] + log.error(val) if exc in (IndexError, ValueError, SyntaxError): raise exc, val, sys.exc_info()[2] |