mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
WIP: Comment out history file write in coder.py.
This commit is contained in:
parent
b2e9eb05f0
commit
18b1809159
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -160,7 +160,7 @@ class Coder:
|
||||||
else:
|
else:
|
||||||
print()
|
print()
|
||||||
|
|
||||||
readline.write_history_file(self.history_file)
|
#readline.write_history_file(self.history_file)
|
||||||
return inp
|
return inp
|
||||||
|
|
||||||
def get_last_modified(self):
|
def get_last_modified(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue