From 9d1df5308d6b330ed58f3eacd19e225c557bedc2 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 29 Aug 2024 09:18:20 -0700 Subject: [PATCH] style: Use double quotes for string literal in exception_handler --- aider/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('