Merge branch 'main' into call-graph

This commit is contained in:
Paul Gauthier 2023-06-04 13:20:44 -07:00
commit 5cc28bae15

View file

@ -133,7 +133,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))