summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-04-02 20:06:19 +0000
committerMatt Wilson <msw@redhat.com>2001-04-02 20:06:19 +0000
commitf7981b358daceea937e7e71b48d1587500ebd8d0 (patch)
tree40de6e5d4fd08f057136cdea76842138a1359b43 /textw/upgrade_text.py
parente755d8bb6fbba797a9a58641d11f9aac3e39ea41 (diff)
downloadanaconda-f7981b358daceea937e7e71b48d1587500ebd8d0.tar.gz
anaconda-f7981b358daceea937e7e71b48d1587500ebd8d0.tar.xz
anaconda-f7981b358daceea937e7e71b48d1587500ebd8d0.zip
pop the window before finding the packages to upgrade (#34361)
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 09a3857b8..ab95b09c1 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -95,8 +95,8 @@ class UpgradeSwapWindow:
screen.popWindow()
return INSTALL_BACK
elif result == "skip":
- todo.upgradeFindPackages ()
screen.popWindow()
+ todo.upgradeFindPackages ()
return INSTALL_OK
val = amount.value()