This commit is contained in:
Kieran Eglin
2024-06-14 12:47:59 -07:00
parent dd4475bd33
commit 15c7bef8d0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2106,7 +2106,7 @@ def check_executable(exe, args=[]):
try:
Popen.run([exe, *args], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
except OSError:
return False
return False
return exe