summaryrefslogtreecommitdiffstats
path: root/cmdline.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-04-20 10:03:17 -0400
committerJeremy Katz <katzj@redhat.com>2009-04-20 12:45:41 -0400
commit8b01f7082f506cc98341ef9fd88086da008e7f03 (patch)
tree8e3c7954e2a78d2c8e181f438460846b6d5cd103 /cmdline.py
parent7d2799eb905fae1d28607ae3adf3a2929c7e6ece (diff)
downloadanaconda-8b01f7082f506cc98341ef9fd88086da008e7f03.tar.gz
anaconda-8b01f7082f506cc98341ef9fd88086da008e7f03.tar.xz
anaconda-8b01f7082f506cc98341ef9fd88086da008e7f03.zip
Fix traceback in cmdline mode after exception handling cleanup (#496644)
Diffstat (limited to 'cmdline.py')
-rw-r--r--cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline.py b/cmdline.py
index f87550c46..abb2d2d59 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -104,7 +104,7 @@ class InstallInterface:
while 1:
time.sleep(5)
- def exceptionWindow(self, shortText, longTextFile):
+ def mainExceptionWindow(self, shortText, longTextFile):
print(shortText)
def waitWindow(self, title, text):