mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: remove extra bracket causing syntax error in base_coder.py
This commit is contained in:
parent
162204f28f
commit
17fde3df0c
1 changed files with 0 additions and 1 deletions
|
@ -1372,7 +1372,6 @@ class Coder:
|
|||
else:
|
||||
self.cur_messages += [dict(role="user", content="^C KeyboardInterrupt")]
|
||||
self.cur_messages += [dict(role="assistant", content="I see that you interrupted my previous reply.")]
|
||||
]
|
||||
return
|
||||
|
||||
edited = self.apply_updates()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue