Merge branch 'call-graph' into gpt-35

This commit is contained in:
Paul Gauthier 2023-06-04 13:20:52 -07:00
commit 94767f73a1

View file

@ -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))