mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 19:40:02 +08:00
GP-0: Suppress "Microsoft Store" error spam on Windows
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user