From e9b3c13569127eaefb764ed58967d6f20927c3fe Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 16 Jul 2024 11:42:17 +0100 Subject: [PATCH] cleanup --- aider/scrape.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aider/scrape.py b/aider/scrape.py index f21693a9c..81261a33e 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -26,8 +26,7 @@ def install_playwright(io): with sync_playwright() as p: p.chromium.launch() has_chromium = True - except Exception as err: - dump(err) + except Exception: has_chromium = False if has_pip and has_chromium: