From 70d10ea749562734dd0f2f8f434c2a524f5e34ad Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 20 Sep 2005 19:37:06 +0000 Subject: Use glade for the exception dialog and display the full traceback on the bottom. --- cmdline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline.py') 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 -- cgit