[update] Remove bad advice (#17492)

Authored by: bashonly
This commit is contained in:
bashonly
2026-08-20 22:20:28 +00:00
committed by GitHub
parent 91f784d6fd
commit 5022b8c119
+1 -1
View File
@@ -609,7 +609,7 @@ class Updater:
self.ydl._download_retcode = 100
def _report_permission_error(self, file):
self._report_error(f'Unable to write to {file}; try running as administrator', True)
self._report_error(f'Insufficient permissions to write to {file}', True)
def _report_network_error(self, action, delim=';', tag=None):
if not tag: