diff options
-rwxr-xr-x | cmd2/cmd2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 6a2f0e02..f4ed8d08 100755 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -1278,8 +1278,6 @@ class Cmd(cmd.Cmd): """ import functools if state == 0 and rl_type != RlType.NONE: - - if state == 0: unclosed_quote = '' self.set_completion_defaults() |