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

Vratislav Podzimek vpodzime at redhat.com
Thu Aug 28 16:06:32 UTC 2014


On Thu, 2014-08-28 at 11:02 -0500, David Lehman wrote:
> 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)
ACK

-- 
Vratislav Podzimek

Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic




More information about the anaconda-patches mailing list