aboutsummaryrefslogtreecommitdiffstats
path: root/shell.py
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-07-26 12:08:33 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-07-26 12:08:33 +0000
commite4ea6545e857382016ba6e209c615aa13d7b9229 (patch)
treea61ad5903d5e133b6a585c32fd0161e50cea367d /shell.py
parentee71cb7289d1aefe67dfae7f518e63ccd63f399e (diff)
ctrl-c fix
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@107 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'shell.py')
-rw-r--r--shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.py b/shell.py
index 482c189..121d789 100644
--- a/shell.py
+++ b/shell.py
@@ -87,6 +87,7 @@ class Shell:
break
except KeyboardInterrupt:
print ## only clear the current command
+ continue
try:
self.parse_and_execute(line)