From 593af575655d40a72217a8822f0794cc82c45750 Mon Sep 17 00:00:00 2001 From: bashonly Date: Sun, 10 Aug 2025 02:06:31 -0500 Subject: [PATCH] [update] i'm tired Authored by: bashonly --- yt_dlp/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/update.py b/yt_dlp/update.py index 3421959f3..c1ef0b4d5 100644 --- a/yt_dlp/update.py +++ b/yt_dlp/update.py @@ -154,7 +154,7 @@ def _get_system_deprecation(): 'issues/13856', STOP_MSG) # Temporary until linux_armv7l executable builds are discontinued - if variant in ('linux_armv7l_exe'): + if variant == 'linux_armv7l_exe': return EXE_MSG_TMPL.format( f'{variant} (the PyInstaller-bundled executable for the Linux armv7l platform)', 'issues/13976', STOP_MSG)