[PATCH] Fix two more syntax errors in the custom spoke. (#952662)

Brian C. Lane bcl at redhat.com
Tue Apr 16 23:24:41 UTC 2013


On Tue, Apr 16, 2013 at 06:02:18PM -0500, David Lehman wrote:
> ---
>  pyanaconda/ui/gui/spokes/custom.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
> index 13a2353..26a4902 100644
> --- a/pyanaconda/ui/gui/spokes/custom.py
> +++ b/pyanaconda/ui/gui/spokes/custom.py
> @@ -1211,13 +1211,14 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
>          # which case we're not going to schedule another reformat unless
>          # encryption got toggled
>          do_reformat = (reformat and (changed_encryption or
> -                                     fs_type_changed or
> +                                     changed_fs_type or
>                                       device.format.exists))
>          if do_reformat:
>              self.clear_errors()
>              #
>              # ENCRYPTION
>              #
> +            old_device = None
>              if changed_encryption:
>                  if not encrypted:
>                      log.info("removing encryption from %s" % device.name)
> -- 
> 1.8.1.4
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches

Ackity Ack.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130416/d3de9a0b/attachment.sig>


More information about the anaconda-patches mailing list