From d71fd6264d58795c50b9350d7c39677b671e0896 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Jul 2021 09:34:48 +0200 Subject: Merging upstream version 1.9.4. Signed-off-by: Daniel Baumann --- iredis/bottom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iredis/bottom.py') diff --git a/iredis/bottom.py b/iredis/bottom.py index 28746f8..17c3af3 100644 --- a/iredis/bottom.py +++ b/iredis/bottom.py @@ -24,12 +24,12 @@ class BottomToolbar: def render(self): text = BUTTOM_TEXT - # add command help if valide + # add command help if valid if self.command_holder.command: try: command_info = commands_summary[self.command_holder.command] text = command_syntax(self.command_holder.command, command_info) except KeyError as e: logger.exception(e) - pass + return text -- cgit v1.2.3