From 38b37a98f3affe8632866177195c2c16a3ef88ed Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 26 Mar 2020 15:05:20 -0400 Subject: Updated comment --- cmd2/cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2') diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 1c733843..fdc7a2d8 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3256,7 +3256,7 @@ class Cmd(cmd.Cmd): try: interp.runcode(py_code_to_run) except BaseException: - # We don't care about any exceptions that happened in the Python code + # We don't care about any exception that happened in the Python code pass # Otherwise we will open an interactive Python shell -- cgit v1.2.1