mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Add a debug statement to dump the scm filename.
This commit is contained in:
parent
72d6afc470
commit
7b95aef9d6
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ class RepoMap:
|
|||
scm_fname = pkg_resources.resource_filename(
|
||||
__name__, os.path.join("..", "queries", f"tree-sitter-{lang}-tags.scm")
|
||||
)
|
||||
dump(scm_fname)
|
||||
query_scm = Path(scm_fname)
|
||||
if not query_scm.exists():
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue