1
0
Fork 0

[cleanup] Misc

Closes #5471, Closes #5312

Authored by: pukkandan, Alienmaster
This commit is contained in:
Robert Geislinger 2022-11-11 08:43:08 +05:30 committed by pukkandan
commit 7aaf4cd2a8
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
8 changed files with 19 additions and 19 deletions

View file

@ -2698,9 +2698,7 @@ def check_executable(exe, args=[]):
return exe
def _get_exe_version_output(exe, args, *, to_screen=None):
if to_screen:
to_screen(f'Checking exe version: {shell_quote([exe] + args)}')
def _get_exe_version_output(exe, args):
try:
# STDIN should be redirected too. On UNIX-like systems, ffmpeg triggers
# SIGTTOU if yt-dlp is run in the background.