[master/rhel7/f21] Return result of default key handling in text summary hub

Vratislav Podzimek vpodzime at redhat.com
Thu Oct 2 07:36:18 UTC 2014


On Wed, 2014-10-01 at 15:17 -0700, Brian C. Lane wrote:
> 'q' doesn't work from the summary hub because the return value of the
> Super call wasn't being returned.
> 
> Related: rhbz#997405
> ---
>  pyanaconda/ui/tui/hubs/summary.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/tui/hubs/summary.py b/pyanaconda/ui/tui/hubs/summary.py
> index c1b0dcf..64d43f9 100644
> --- a/pyanaconda/ui/tui/hubs/summary.py
> +++ b/pyanaconda/ui/tui/hubs/summary.py
> @@ -123,4 +123,4 @@ class SummaryHub(TUIHub):
>                  # which is the global TUI key to close the current screen
>                  return False
>              else:
> -                super(SummaryHub, self).input(args, key)
> +                return super(SummaryHub, self).input(args, key)
Hate you, Python! :) ACK.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list