mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 22:45:00 +00:00
Revert "fix: check for input_history_file none"
This reverts commit fb4d2f90c1
.
This commit is contained in:
parent
d5ae9eff88
commit
5e9daa3c56
1 changed files with 1 additions and 2 deletions
|
@ -307,9 +307,8 @@ class InputOutput:
|
|||
|
||||
self.yes = yes
|
||||
|
||||
if input_history_file is not None:
|
||||
Path(input_history_file).mkdir(parents=True, exist_ok=True)
|
||||
self.input_history_file = input_history_file
|
||||
Path(self.input_history_file).parent.mkdir(parents=True, exist_ok=True)
|
||||
self.llm_history_file = llm_history_file
|
||||
if chat_history_file is not None:
|
||||
self.chat_history_file = Path(chat_history_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue