diff --git a/aider/report.py b/aider/report.py index e4fb81f9e..b84d7715d 100644 --- a/aider/report.py +++ b/aider/report.py @@ -77,19 +77,15 @@ def exception_handler(exc_type, exc_value, exc_traceback): tb_text = "".join(tb_lines_with_basenames) - # Find the first non-frozen frame - while exc_traceback: - filename = exc_traceback.tb_frame.f_code.co_filename - if not filename.startswith("