mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
show progress of the repo map
This commit is contained in:
parent
249c85e20f
commit
c160a5fa65
2 changed files with 28 additions and 4 deletions
|
@ -2,7 +2,6 @@ import base64
|
|||
import itertools
|
||||
import os
|
||||
import time
|
||||
import traceback
|
||||
from collections import defaultdict
|
||||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
|
@ -41,7 +40,7 @@ class Spinner:
|
|||
print(f" {self.text} {next(self.io.spinner_chars)}", end="\r", flush=True)
|
||||
|
||||
def end(self):
|
||||
traceback.print_stack()
|
||||
# traceback.print_stack()
|
||||
print(" " * (len(self.text) + 3))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue