This commit is contained in:
Paul Gauthier 2023-06-04 13:20:35 -07:00
parent 8aba2376ce
commit 87df24bcd9

View file

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