GP-0: Suppress "Microsoft Store" error spam on Windows

This commit is contained in:
Ryan Kurtz 2024-03-20 08:19:13 -04:00
parent 75694f303e
commit aeca4522d9

View File

@ -20,6 +20,7 @@ def checkPythonVersion(String pyCmd) {
exec {
commandLine pyCmd, "-c", "import sys; print('{0}.{1}'.format(*sys.version_info))"
standardOutput = stdout
standardError = null
}
def version = "$stdout".strip()
return version