[master 1/1] Display an error for exceptions during GUI setup

Chris Lumens clumens at redhat.com
Thu Mar 5 14:30:35 UTC 2015


> +        # If anything went wrong before we start the Gtk main loop, release
> +        # the gui lock and re-raise the exception so that meh can take over
> +        except Exception:

If this is really what you want to do, you should add a:

    # pylint: disable=broad-except

- Chris


More information about the anaconda-patches mailing list