summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2023-02-01 14:17:29 -0700
committerkotfu <kotfu@kotfu.net>2023-02-01 14:17:29 -0700
commit97b04689722be872e853017465adaaf1eb7cc591 (patch)
tree009d3f7f540411cc9a8f7bce9e294e6f034a9874
parente9f84a3962aef7cf87ca8772c6a672597db3c0a7 (diff)
downloadcmd2-git-97b04689722be872e853017465adaaf1eb7cc591.tar.gz
format cleanup
-rw-r--r--cmd2/cmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index cf109fa8..bdabee9c 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -2724,7 +2724,6 @@ class Cmd(cmd.Cmd):
sys.stdout = self.stdout = new_stdout
elif statement.output:
-
if statement.output_to:
# redirecting to a file
# statement.output can only contain REDIRECTION_APPEND or REDIRECTION_OUTPUT