CR updates.

This commit is contained in:
NissimHadar 2018-11-15 07:54:56 -08:00
parent 1e17b878e7
commit fb0a84e800

View file

@ -21,7 +21,8 @@ public:
private:
#ifdef Q_OS_WIN
const QString _pythonExe{ "python.exe" };
#elif
#else
// Both Mac and Linux use "python"
const QString _pythonExe{ "python" };
#endif