summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-26 07:11:06 +0000
committerMatt Wilson <msw@redhat.com>2001-01-26 07:11:06 +0000
commit0ff16783f9b18f3209f87c82b65f5b407e6365cc (patch)
tree54cf1c85d30897c13c0caacc4d7b2c7571a2d2c1 /text.py
parent7b5113a5f13e547d227f183e5ba3302ce9f97a99 (diff)
downloadanaconda-0ff16783f9b18f3209f87c82b65f5b407e6365cc.tar.gz
anaconda-0ff16783f9b18f3209f87c82b65f5b407e6365cc.tar.xz
anaconda-0ff16783f9b18f3209f87c82b65f5b407e6365cc.zip
don't die on ^Z
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 5ad2225f9..be06c79ed 100644
--- a/text.py
+++ b/text.py
@@ -978,7 +978,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)