diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-23 22:27:29 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-23 22:27:29 -0600 |
commit | da0e211d40f89c36f81752ac0de3a971a86d8642 (patch) | |
tree | f0a707e1362f23675a54262b12abbd4f1d223e2c | |
parent | 6780baa83457f7e99ba3a9c4f6a3c27701326ac5 (diff) | |
download | cmd2-git-da0e211d40f89c36f81752ac0de3a971a86d8642.tar.gz |
Fix merge error
-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() |