diff options
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |