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

Vratislav Podzimek vpodzime at redhat.com
Fri Apr 5 07:04:31 UTC 2013


On Thu, 2013-04-04 at 14:54 +0200, Radek Vykydal wrote:
> 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?
Exactly, good catch, thanks!

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list