We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec35f5 commit 27c054aCopy full SHA for 27c054a
cmd2/cmd2.py
@@ -1719,7 +1719,7 @@ def onecmd_plus_hooks(self, line: str) -> bool:
1719
# Get sigint protection while we set up redirection
1720
with self.sigint_protection:
1721
if self._in_py:
1722
- # Start saving the command's output at this point to match what redirection captures
+ # Start saving output at this point to match the same period output is redirected
1723
self.stdout.pause_storage = False
1724
sys.stderr.pause_storage = False
1725
0 commit comments