X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos.cpp;h=b1537e3655984d7d5def27a44d74d7b6e2de33a3;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=8f60c68fb4c5339e60cc8c4e4a56898c6416006b;hpb=ac8b77fc032a2ec97409f30c31a023a18fca64d3;p=lyx.git diff --git a/src/support/os.cpp b/src/support/os.cpp index 8f60c68fb4..b1537e3655 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -62,6 +62,7 @@ int timeout_min() string const python(bool reset) { + // FIXME THREAD // Check whether the first python in PATH is the right one. static string command = python2("python -tt"); if (reset) {