mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Merge branch 'call-graph' into gpt-35
This commit is contained in:
commit
94767f73a1
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class Coder:
|
|||
if fname.is_dir():
|
||||
continue
|
||||
|
||||
self.io.tool_output(f"Added {fname} to the chat")
|
||||
self.io.tool_output(f"Added {fname} to the chat.")
|
||||
|
||||
fname = fname.resolve()
|
||||
self.abs_fnames.add(str(fname))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue