paul-gauthier -> Aider-AI

This commit is contained in:
Paul Gauthier 2024-10-04 13:05:12 -07:00
parent 4ef7022343
commit 2b4206fd57
10 changed files with 15 additions and 15 deletions

View file

@ -400,7 +400,7 @@ def strip_filename(filename, fence):
filename = filename.strip("`")
filename = filename.strip("*")
# https://github.com/paul-gauthier/aider/issues/1158
# https://github.com/Aider-AI/aider/issues/1158
# filename = filename.replace("\\_", "_")
return filename