mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Add logging to Spinner.end method
This commit is contained in:
parent
54a481813a
commit
44e05e82b0
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class Spinner:
|
|||
print(f" {self.text} {next(self.io.spinner_chars)}", end="\r", flush=True)
|
||||
|
||||
def end(self):
|
||||
dump('end')
|
||||
print(" " * (len(self.text) + 3))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue