mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Remove unnecessary ConfirmGroup from confirm_ask call
This commit is contained in:
parent
483b7ec41f
commit
7b2379c7c2
1 changed files with 1 additions and 2 deletions
|
@ -1252,8 +1252,7 @@ class Coder:
|
|||
return
|
||||
|
||||
add_files = "\n".join(mentioned_rel_fnames) + "\n"
|
||||
group = ConfirmGroup(mentioned_rel_fnames)
|
||||
if not self.io.confirm_ask("Add these files to the chat?", subject=add_files, group=group):
|
||||
if not self.io.confirm_ask("Add these files to the chat?", subject=add_files):
|
||||
return
|
||||
|
||||
for rel_fname in mentioned_rel_fnames:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue