[PATCH] Fix a dumb error when canceling previous migration actions (#744034).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux