[PATCH][rhel6-branch] Fix typo in previous patch "Correctly determine whether...".

David Lehman dlehman at redhat.com
Thu Aug 28 16:02:51 UTC 2014


Fixes a typo in commit 7f84fdb93a6d2d2c1f45ca34a121514f284e4612.

Related: rhbz#842920
---
 iw/autopart_type.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index d8fa371..beda66c 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -151,7 +151,7 @@ class PartitionTypeWindow(InstallWindow):
     def _partitioningSpecified(self):
         # see if any device create actions have been scheduled other than
         # reformatting disks
-        create_actions = (a for a in self.storage.findActions(type="create")
+        create_actions = (a for a in self.storage.devicetree.findActions(type="create")
                             if not (a.isFormat() and
                                     a.format.type == "disklabel"))
         return any(create_actions)
-- 
1.9.3



More information about the anaconda-patches mailing list