From 8e9321dec2992cef5cf20676437525330ac95495 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 16 Jun 2016 20:25:43 +0200 Subject: [PATCH] Amend 10b4a471853 --- src/support/os.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/os.cpp b/src/support/os.cpp index 8afb96ce40..c21d9c5d3a 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -77,7 +77,7 @@ string const python(bool reset) vector const path = getEnvPath("PATH"); vector::const_iterator it = path.begin(); vector::const_iterator const end = path.end(); - lyxerr << "Looking for python v2.x ...\n"; + lyxerr << "Looking for python v2.x or 3.x ...\n"; for (; it != end; ++it) { QString const dir = toqstr(*it); string const localdir = dir.toLocal8Bit().constData(); -- 2.39.2