summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-09 22:21:57 +0000
committerMatt Wilson <msw@redhat.com>2001-07-09 22:21:57 +0000
commit00679f23c36200a9f10ec9118141c8a7d7e164c9 (patch)
treea093f954e8e89db3108947608d17da261609fdf6 /gui.py
parente368ec2faafd262d70bc41c971dbb53bf2165a0b (diff)
downloadanaconda-00679f23c36200a9f10ec9118141c8a7d7e164c9.tar.gz
anaconda-00679f23c36200a9f10ec9118141c8a7d7e164c9.tar.xz
anaconda-00679f23c36200a9f10ec9118141c8a7d7e164c9.zip
close the window, remove debugging
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 1a02914e4..adf3da871 100755
--- a/gui.py
+++ b/gui.py
@@ -112,8 +112,7 @@ def partedExceptionWindow(exc):
buttonToAction[numButtons] = flag
numButtons = numButtons + 1
win.show_all()
- rc = win.run()
- print rc, buttonToAction
+ rc = win.run_and_close()
return buttonToAction[rc]
class WaitWindow: