summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-09-20 19:37:06 +0000
committerChris Lumens <clumens@redhat.com>2005-09-20 19:37:06 +0000
commit70d10ea749562734dd0f2f8f434c2a524f5e34ad (patch)
tree83c44e51ae9f55b46f06aa70b816267493e0a4d8 /cmdline.py
parent71595af83e28dff1fd608e224ca13bbfa4b15c7d (diff)
downloadanaconda-70d10ea749562734dd0f2f8f434c2a524f5e34ad.tar.gz
anaconda-70d10ea749562734dd0f2f8f434c2a524f5e34ad.tar.xz
anaconda-70d10ea749562734dd0f2f8f434c2a524f5e34ad.zip
Use glade for the exception dialog and display the full traceback on the
bottom.
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline.py b/cmdline.py
index ec22b9c6d..d975f5797 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -76,8 +76,8 @@ class InstallInterface:
while 1:
time.sleep(5)
- def exceptionWindow(self, title, text):
- print text
+ def exceptionWindow(self, shortText, longTextFile):
+ print shortText
def partedExceptionWindow(self, exc):
# if our only option is to cancel, let us handle the exception