From f7ce78bc876349d09ac202cc53e8f60e0b8c6005 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 Jul 2024 12:02:35 +0200 Subject: [PATCH] show install text with output not error --- aider/scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/scrape.py b/aider/scrape.py index 252e396ac..ca08b9c1f 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -47,7 +47,7 @@ def install_playwright(io): See {urls.enable_playwright} for more info. """ - io.tool_error(text) + io.tool_output(text) if not io.confirm_ask("Install playwright?", default="y"): return