mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-27 01:51:24 +00:00
Linting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user