mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +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 {
|
||||
commandLine pyCmd, "-c", "import sys; print('{0}.{1}'.format(*sys.version_info))"
|
||||
standardOutput = stdout
|
||||
standardError = null
|
||||
}
|
||||
def version = "$stdout".strip()
|
||||
return version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue