Try to make AppVeyor happy
This commit is contained in:
parent
aa7a4b8372
commit
f6f489ea49
|
@ -177,7 +177,7 @@ static std::string executeAddon(const AddonInfo &addonInfo,
|
|||
if (test == 1 || test == lastTest)
|
||||
pythonExe = cmdFileName((addonInfo.python != "") ? addonInfo.python : defaultPythonExe);
|
||||
else
|
||||
pythonExe = "python";
|
||||
pythonExe = "python3";
|
||||
|
||||
const std::string cmd = pythonExe + " --version 2>&1";
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ const char Settings::SafeChecks::XmlExternalVariables[] = "external-variables";
|
|||
|
||||
Settings::Settings()
|
||||
: mEnabled(0),
|
||||
addonPython("python3"),
|
||||
addonPython("python"),
|
||||
bugHunting(false),
|
||||
checkAllConfigurations(true),
|
||||
checkConfiguration(false),
|
||||
|
|
Loading…
Reference in New Issue