From eee37f8913341d35b38d129528cd09449a56e478 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 6 Aug 2024 14:18:40 -0300 Subject: [PATCH] feat: add "Scanning files" label for tqdm progress bar --- aider/repomap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/repomap.py b/aider/repomap.py index 4a0787b07..9e701c6c0 100644 --- a/aider/repomap.py +++ b/aider/repomap.py @@ -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: