Skip to content

Commit

Permalink
Fix 'q' (to quit) do not work in TUI hub
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Jul 17, 2015
1 parent 06a1e79 commit 6546ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/ui/tui/hubs/summary.py
Expand Up @@ -123,4 +123,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)

0 comments on commit 6546ffa

Please sign in to comment.