From fb118b9fad6a5916c3264568873a77bb03cb4229 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 18 Feb 2020 13:15:59 -0500 Subject: Updated change log and comment --- cmd2/cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/cmd2.py') diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 67304636..caeb4ab0 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -1417,8 +1417,8 @@ class Cmd(cmd.Cmd): return None except CompletionError as ex: - err_str = str(ex) # Don't print error and redraw the prompt unless the error has length + err_str = str(ex) if err_str: if ex.apply_style: err_str = ansi.style_error(err_str) -- cgit v1.2.1