mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
GP-0: Suppress "Microsoft Store" error spam on Windows
This commit is contained in:
parent
75694f303e
commit
aeca4522d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user