mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +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():
|
if fname.is_dir():
|
||||||
continue
|
continue
|
||||||
|
|
||||||
self.io.tool_output(f"Added {fname} to the chat")
|
self.io.tool_output(f"Added {fname} to the chat.")
|
||||||
|
|
||||||
fname = fname.resolve()
|
fname = fname.resolve()
|
||||||
self.abs_fnames.add(str(fname))
|
self.abs_fnames.add(str(fname))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue