mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Added a call to the dump()
function in the get_package_files()
function.
This commit is contained in:
parent
98c0621e44
commit
4ad6eef1a3
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ def get_package_files():
|
||||||
website_files = importlib_resources.files('website')
|
website_files = importlib_resources.files('website')
|
||||||
for path in website_files.rglob('*.md'):
|
for path in website_files.rglob('*.md'):
|
||||||
if not any(part.startswith(('OLD', 'tmp')) or part in ('examples', '_posts') for part in path.parts):
|
if not any(part.startswith(('OLD', 'tmp')) or part in ('examples', '_posts') for part in path.parts):
|
||||||
|
dump(path)
|
||||||
yield str(path)
|
yield str(path)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue