diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-25 22:54:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 22:54:20 -0400 |
commit | 151c67e74211465aa93e31e130fea19a4e32f320 (patch) | |
tree | bbf9a315b4c36a8f3789bc07f700e11cf2194424 /cmd2/cmd2.py | |
parent | 8f5107d11d3f91090b1f152368d42bbde0489f55 (diff) | |
parent | d63f5673cfa5441cc4dddfb02c1bda89978d4f26 (diff) | |
download | cmd2-git-151c67e74211465aa93e31e130fea19a4e32f320.tar.gz |
Merge branch 'master' into alert_printer
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 765b19a2..ed478b0d 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -442,6 +442,7 @@ class Cmd(cmd.Cmd): self.broken_pipe_warning = '' # Check if history should persist + self.persistent_history_file = '' if persistent_history_file and rl_type != RlType.NONE: persistent_history_file = os.path.expanduser(persistent_history_file) read_err = False |