From 98326f08e8ed21557f2cb3e9ef1a1e854e49cb0f Mon Sep 17 00:00:00 2001 From: "Josef M. Gallmetzer" <64498081+galjos@users.noreply.github.com> Date: Sat, 12 Sep 2026 17:38:19 +0200 Subject: [PATCH] fix: stop pointing doctor at missing settings Co-authored-by: Cursor --- pqsetup/executable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pqsetup/executable.py b/pqsetup/executable.py index 77fbfa6..905ce9a 100644 --- a/pqsetup/executable.py +++ b/pqsetup/executable.py @@ -175,5 +175,5 @@ def discover_pq( return status return PQStatus( found=False, - detail=("PQ was not found. Set PQ_EXECUTABLE or choose it in settings."), + detail=("PQ was not found. Set PQ_EXECUTABLE or pass --pq-executable."), )