From 57e903618610a8aeca483644b8418317d36d7d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 15 May 2020 14:33:35 +0200 Subject: [PATCH] Cppcheck --addon command should use python3 by default. It can be overridden if needed. --- lib/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.cpp b/lib/settings.cpp index 016e033cb..c52db6d72 100644 --- a/lib/settings.cpp +++ b/lib/settings.cpp @@ -30,7 +30,7 @@ const char Settings::SafeChecks::XmlExternalVariables[] = "external-variables"; Settings::Settings() : mEnabled(0), - addonPython("python"), + addonPython("python3"), bugHunting(false), checkAllConfigurations(true), checkConfiguration(false),