mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Amend 10b4a47185
This commit is contained in:
parent
10b4a47185
commit
8e9321dec2
@ -77,7 +77,7 @@ string const python(bool reset)
|
||||
vector<string> const path = getEnvPath("PATH");
|
||||
vector<string>::const_iterator it = path.begin();
|
||||
vector<string>::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();
|
||||
|
Loading…
Reference in New Issue
Block a user