From e1efc709592c2572b9f9bf24a41eb6835a81057b Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Mon, 9 Sep 2024 23:31:53 +0200 Subject: [PATCH] Add a comment for Python binary names. --- src/support/os.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/support/os.cpp b/src/support/os.cpp index 9a901cfd02..d34adee420 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -129,6 +129,7 @@ static string const find_python_binary() } // last chance: try the unversioned name + // This case is very common on Windows. if (command.empty()) command = python_call("python"); -- 2.39.5