[PATCH 1/3] Move HW errors processing to the code that runs in the main thread

Chris Lumens clumens at redhat.com
Mon Jan 12 15:00:03 UTC 2015


> Also rename the run_handleException function to main_thread_handleException
> which better explains its purpose.

...

> diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
> index b8b8f4f..9a4e676 100644
> --- a/pyanaconda/exception.py
> +++ b/pyanaconda/exception.py
> @@ -60,7 +60,7 @@ class AnacondaExceptionHandler(ExceptionHandler):
>          self._gui_lock = gui_lock
>          self._intf_tty_num = tty_num
>  
> -    def run_handleException(self, dump_info):
> +    def _main_loop_handleException(self, dump_info):
>          """
>          Helper method with one argument only so that it can be registered
>          with GLib.idle_add() to run on idle or called from a handler.

- Chris


More information about the anaconda-patches mailing list