Skip to content

Commit 151c67e

Browse files
authored
Merge branch 'master' into alert_printer
2 parents 8f5107d + d63f567 commit 151c67e

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
@@ -442,6 +442,7 @@ def __init__(self, completekey: str='tab', stdin=None, stdout=None, persistent_h
442442
self.broken_pipe_warning = ''
443443

444444
# Check if history should persist
445+
self.persistent_history_file = ''
445446
if persistent_history_file and rl_type != RlType.NONE:
446447
persistent_history_file = os.path.expanduser(persistent_history_file)
447448
read_err = False

0 commit comments

Comments
 (0)