mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
fix for issue #33
This commit is contained in:
parent
bad642afa4
commit
4ec3203b91
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Commands:
|
|||
|
||||
if not args.strip():
|
||||
self.io.tool_output("Dropping all files from the chat session.")
|
||||
self.coder.abs_fnames = []
|
||||
self.coder.abs_fnames = set()
|
||||
|
||||
for word in args.split():
|
||||
matched_files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue