Skip to content

Commit 27c054a

Browse files
committed
Updated comment
1 parent 2ec35f5 commit 27c054a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@ def onecmd_plus_hooks(self, line: str) -> bool:
17191719
# Get sigint protection while we set up redirection
17201720
with self.sigint_protection:
17211721
if self._in_py:
1722-
# Start saving the command's output at this point to match what redirection captures
1722+
# Start saving output at this point to match the same period output is redirected
17231723
self.stdout.pause_storage = False
17241724
sys.stderr.pause_storage = False
17251725

0 commit comments

Comments
 (0)