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 7a5a4a1a..249ef2bb 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1741,7 +1741,7 @@ a..b, a:b, a:, ..b items by indices (inclusive)
for runme in history:
self.pfeedback(runme)
if runme:
- return self.onecmd_plus_hooks(runme)
+ self.onecmd_plus_hooks(runme)
elif args.edit:
fd, fname = tempfile.mkstemp(suffix='.txt', text=True)
with os.fdopen(fd, 'w') as fobj: