mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: correct SEARCH/REPLACE block in aider/io.py to match existing lines exactly
This commit is contained in:
parent
d2e0d3c06d
commit
c5fb25eec3
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ class InputOutput:
|
|||
if self.prompt_session:
|
||||
res = self.prompt_session.prompt(
|
||||
question,
|
||||
style=Style.from_dict(style),
|
||||
style=style,
|
||||
)
|
||||
else:
|
||||
res = input(question)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue