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: