--- pyanaconda/textw/upgrade_text.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/textw/upgrade_text.py b/pyanaconda/textw/upgrade_text.py index f6ddeda..c65ec49 100644 --- a/pyanaconda/textw/upgrade_text.py +++ b/pyanaconda/textw/upgrade_text.py @@ -81,7 +81,7 @@ class UpgradeMigrateFSWindow: return INSTALL_BACK # Cancel any previously scheduled migrate actions first. - for entry in partlist: + for entry in partlist.getSelection(): actions = anaconda.storage.devicetree.findActions(device=entry[1], type="migrate") if not actions: -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list