mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 16:03:16 +00:00
[update] Improve blocked update message
Authored by: bashonly
This commit is contained in:
parent
33b43c5db5
commit
15dbcbb9cb
|
@ -334,7 +334,8 @@ def _process_update_spec(self, lockfile: str, resolved_tag: str):
|
|||
continue
|
||||
|
||||
self._report_error(
|
||||
f'yt-dlp cannot be updated to {resolved_tag} since you are on an older Python version', True)
|
||||
f'yt-dlp cannot be updated to {resolved_tag} since you are on an older Python version '
|
||||
'or your operating system is not compatible with the requested build', True)
|
||||
return None
|
||||
|
||||
return resolved_tag
|
||||
|
|
Loading…
Reference in a new issue