mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
feat: add "Scanning files" label for tqdm progress bar
This commit is contained in:
parent
4ccd7d9d4f
commit
eee37f8913
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class RepoMap:
|
|||
personalize = 100 / len(fnames)
|
||||
|
||||
if len(fnames) - len(self.TAGS_CACHE) > 100:
|
||||
fnames = tqdm(fnames)
|
||||
fnames = tqdm(fnames, desc="Scanning files")
|
||||
|
||||
for fname in fnames:
|
||||
if progress:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue