diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 16:27:29 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-15 16:27:29 -0400 |
commit | f77c44dd79b484f96a3077fd7ca64fd5b3c35fa1 (patch) | |
tree | eebade8f826a972c2a9ea167db7248581c708257 /cmd2/utils.py | |
parent | d68b3feb3095ec717655972c5e4dc89d7c1ed579 (diff) | |
download | cmd2-git-f77c44dd79b484f96a3077fd7ca64fd5b3c35fa1.tar.gz |
Fixed a few comments where "redirecting" accidentally got changed to "_redirecting"
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r-- | cmd2/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index 43eb3d9d..c8fb4aff 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -615,7 +615,7 @@ class RedirectionSavedState(object): self.saved_sys_stdout = sys_stdout self.saved_pipe_proc_reader = pipe_proc_reader - # Tells if the command is _redirecting + # Tells if the command is redirecting self.redirecting = False # If the command created a process to pipe to, then then is its reader |