[rhel7-branch 22/29] Return result of default key handling in text summary hub

bcl installerbot-noreply at redhat.com
Wed Jun 3 00:36:54 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

'q' doesn't work from the summary hub because the return value of the
Super call wasn't being returned.

Related: rhbz#997405
(cherry picked from commit b1df2abd278fd309e7a08cf397c65768b816dbd2)

Related: rhbz#1196721
---
 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 c363d7a..5d414ee 100644
--- a/pyanaconda/ui/tui/hubs/summary.py
+++ b/pyanaconda/ui/tui/hubs/summary.py
@@ -120,4 +120,4 @@ def input(self, args, key):
                 # 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)


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/db31eb22be876a67d5a39644c9a68f237084989c


More information about the anaconda-patches mailing list