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

David Shea dshea at redhat.com
Thu Mar 5 14:32:20 UTC 2015


On 03/05/2015 09:30 AM, Chris Lumens wrote:
>> +        # 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

It is really what I want, and pylint is smart enough not to complain, 
because I re-raise the exception from the except block.


More information about the anaconda-patches mailing list