summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 851a8ac7..9f026571 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1496,7 +1496,7 @@ class Cmd(cmd.Cmd):
pipe_proc.terminate()
# Re-raise a KeyboardInterrupt so other parts of the code can catch it
- raise KeyboardInterrupt("Got a keyboard interrupt within a Python script")
+ raise KeyboardInterrupt("Got a keyboard interrupt")
def preloop(self):
"""Hook method executed once when the cmdloop() method is called."""