Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-10-16 19:39:05 -04:00
parent a4bc61919d
commit 4f336d3aab
9 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ def download_url_to_file(url: str, dst: str):
continue
break
else:
shared.log.error('Error downloading: url={url} no usable temporary filename found')
shared.log.error(f'Error downloading: url={url} no usable temporary filename found')
return
try:
with Progress(TextColumn('[cyan]{task.description}'), BarColumn(), TaskProgressColumn(), TimeRemainingColumn(), TimeElapsedColumn(), console=shared.console) as progress: