diff options
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |