diff --git a/aider/report.py b/aider/report.py index 7530964b6..6ac832562 100644 --- a/aider/report.py +++ b/aider/report.py @@ -58,7 +58,7 @@ def exception_handler(exc_type, exc_value, exc_traceback): # Find the first non-frozen frame while exc_traceback: filename = exc_traceback.tb_frame.f_code.co_filename - if not filename.startswith('