mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25: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:
|
if self.prompt_session:
|
||||||
res = self.prompt_session.prompt(
|
res = self.prompt_session.prompt(
|
||||||
question,
|
question,
|
||||||
style=Style.from_dict(style),
|
style=style,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
res = input(question)
|
res = input(question)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue