summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-28 03:17:27 +0000
committerMatt Wilson <msw@redhat.com>2000-08-28 03:17:27 +0000
commitf213018f255a7c1e3e7677a96e6789727ce7a941 (patch)
tree49d81816059cb4a9350bf6d8e27902ab8aca7a2b /text.py
parent429b6e18ef8e766c2963d91e1ff4c4134b5a50f5 (diff)
downloadanaconda-f213018f255a7c1e3e7677a96e6789727ce7a941.tar.gz
anaconda-f213018f255a7c1e3e7677a96e6789727ce7a941.tar.xz
anaconda-f213018f255a7c1e3e7677a96e6789727ce7a941.zip
two stupid things: 1) fix logging in recondfig mode, 2) don't die on ^Z in text mode
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index d228a79ca..569f96aac 100644
--- a/text.py
+++ b/text.py
@@ -855,7 +855,7 @@ class InstallInterface:
self.drawFrame()
# uncomment this line to make the installer quit on <Ctrl+Z>
# handy for quick debugging.
- self.screen.suspendCallback(killSelf, self.screen)
+# self.screen.suspendCallback(killSelf, self.screen)
# uncomment this line to drop into the python debugger on <Ctrl+Z>
# --VERY handy--
#self.screen.suspendCallback(debugSelf, self.screen)