Skip to content

Commit 7ea8d3b

Browse files
authored
Merge branch 'master' into colorize
2 parents d78fdec + d63f567 commit 7ea8d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ def __init__(self, completekey: str='tab', stdin=None, stdout=None, persistent_h
444444
self.broken_pipe_warning = ''
445445

446446
# Check if history should persist
447+
self.persistent_history_file = ''
447448
if persistent_history_file and rl_type != RlType.NONE:
448449
persistent_history_file = os.path.expanduser(persistent_history_file)
449450
read_err = False

0 commit comments

Comments
 (0)