[PATCH 1/3] Run exception handling in the main thread also in TUI

Radek Vykydal rvykydal at redhat.com
Thu Apr 4 12:54:33 UTC 2013


On 03/26/2013 02:51 PM, Vratislav Podzimek wrote:
>   
> @@ -91,6 +95,9 @@ class App(object):
>           # ensure unique thread names
>           self._in_thread_counter = 0
>   
> +        # do not run multiple raw_inputs (doesn't work)
> +        self._raw_input_running = False
> +

An unused leftover?



More information about the anaconda-patches mailing list