mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fixed bug found by testing
This commit is contained in:
parent
82804e2a6c
commit
60031ecd29
2 changed files with 8 additions and 3 deletions
|
@ -112,6 +112,7 @@ class RepoMap:
|
|||
tags = []
|
||||
for filename in filenames:
|
||||
if filename.endswith(".md") or filename.endswith(".json"):
|
||||
tags.append(self.split_path(filename))
|
||||
continue
|
||||
tags += self.get_tags(filename)
|
||||
if not tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue