Skip to content

Commit

Permalink
fix for issue #33
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gauthier committed Jul 3, 2023
1 parent bad642a commit 4ec3203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def cmd_drop(self, args):

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 = [
Expand Down

0 comments on commit 4ec3203

Please sign in to comment.