[PATCH 1/2] Display storage warnings, similar to how errors are displayed (#909410).

Brian C. Lane bcl at redhat.com
Thu Feb 14 00:41:44 UTC 2013


On Wed, Feb 13, 2013 at 02:51:02PM -0500, Chris Lumens wrote:
> ---
>  pyanaconda/ui/gui/spokes/storage.py | 56 ++++++++++++++++++++++++-------------
>  1 file changed, 36 insertions(+), 20 deletions(-)


> +            if rc == 0:
> +                # Quit.
> +                sys.exit(0)
> +            elif rc == 1:
> +                # Close the dialog so the user can change selections.
> +                pass

We don't really need the elif/pass

Ack to both of these other than that.

-- 
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/20130213/4cc7668c/attachment.sig>


More information about the anaconda-patches mailing list