mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-0: Suppress "Microsoft Store" error spam on Windows
This commit is contained in:
parent
75694f303e
commit
aeca4522d9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ def checkPythonVersion(String pyCmd) {
|
||||||
exec {
|
exec {
|
||||||
commandLine pyCmd, "-c", "import sys; print('{0}.{1}'.format(*sys.version_info))"
|
commandLine pyCmd, "-c", "import sys; print('{0}.{1}'.format(*sys.version_info))"
|
||||||
standardOutput = stdout
|
standardOutput = stdout
|
||||||
|
standardError = null
|
||||||
}
|
}
|
||||||
def version = "$stdout".strip()
|
def version = "$stdout".strip()
|
||||||
return version
|
return version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue