summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-21 20:54:20 +0000
committerMatt Wilson <msw@redhat.com>2001-06-21 20:54:20 +0000
commit33a4f60ded7b91934f9ac3e37f575bd246892b0d (patch)
tree2ed86485e3063aa96be8d80d51d81626cc31663c /text.py
parent8376394a14bb61dc70ef49892db602fce9ff6471 (diff)
downloadanaconda-33a4f60ded7b91934f9ac3e37f575bd246892b0d.tar.gz
anaconda-33a4f60ded7b91934f9ac3e37f575bd246892b0d.tar.xz
anaconda-33a4f60ded7b91934f9ac3e37f575bd246892b0d.zip
debug by default
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index ba91cfe84..bfe09b243 100644
--- a/text.py
+++ b/text.py
@@ -285,10 +285,10 @@ class InstallInterface:
# 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)
+ self.screen.suspendCallback(debugSelf, self.screen)
if flags.serial:
self.screen.suspendCallback(spawnShell, self.screen)