feat: add "Scanning files" label for tqdm progress bar

This commit is contained in:
Paul Gauthier (aider) 2024-08-06 14:18:40 -03:00
parent 4ccd7d9d4f
commit eee37f8913

View file

@ -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: