summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-25 21:19:46 +0000
committerMatt Wilson <msw@redhat.com>2000-07-25 21:19:46 +0000
commitbc2e1119886b4b1b06fa200270c3d928919cd5a1 (patch)
treed4c64f1150fdd0c9cd1cf712a7e27b6b870c783b /todo.py
parente56318c88f15dd6737b78c60947d31f874ae535a (diff)
downloadanaconda-bc2e1119886b4b1b06fa200270c3d928919cd5a1.tar.gz
anaconda-bc2e1119886b4b1b06fa200270c3d928919cd5a1.tar.xz
anaconda-bc2e1119886b4b1b06fa200270c3d928919cd5a1.zip
clean up interface
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index c0a5d6ada..a25971824 100644
--- a/todo.py
+++ b/todo.py
@@ -927,6 +927,7 @@ class ToDo:
# sets against the on disk db
rc = rpm.rebuilddb (self.instPath)
if rc:
+ win.pop()
self.intf.messageWindow(_("Error"),
_("Rebuild of RPM database failed. "
"You may be out of disk space?"))
@@ -939,6 +940,7 @@ class ToDo:
try:
packages = rpm.findUpgradeSet (self.hdList.hdlist, self.instPath)
except rpm.error:
+ win.pop()
self.intf.messageWindow(_("Error"),
_("An error occured when finding the packages to "
"upgrade."))