diff --git a/aider/utils.py b/aider/utils.py index e1e4ac24c..fea0eaaf0 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -277,7 +277,7 @@ class Spinner: self.last_update = 0 self.visible = False self.is_tty = sys.stdout.isatty() - + # Try unicode first, fall back to ascii if needed try: # Test if we can print unicode characters