summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-12 21:37:21 +0100
committerHans de Goede <hdegoede@redhat.com>2008-11-12 21:37:21 +0100
commita5bab39b8270d00064cfc337b071fbd07a2d77ff (patch)
tree0f4148c2d6e409b1c130423c2bea23480ed84a9f
parentdcb9f3b3b2d76982ce9cc7f6df6385409c7f416a (diff)
downloadanaconda-a5bab39b8270d00064cfc337b071fbd07a2d77ff.tar.gz
anaconda-a5bab39b8270d00064cfc337b071fbd07a2d77ff.tar.xz
anaconda-a5bab39b8270d00064cfc337b071fbd07a2d77ff.zip
Fix syntax error at text.py line 413 (#469734)
Fix syntax error at text.py line 413 (pychecker fix)
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index d05d2bbc2..224d3988d 100644
--- a/text.py
+++ b/text.py
@@ -412,7 +412,7 @@ class InstallInterface:
from string import joinfields
list = traceback.format_exception(type, value, tb)
text = joinfields(list, "")
- win = self.exceptionWindow(text)
+ win = self.exceptionWindow(text, None)
win.run()
rc = win.getrc()
if rc == 1: