1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-27 01:51:24 +00:00
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

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