mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 09:53:18 +00:00
[test:download] Raise on network errors (#10283)
Authored by: bashonly, seproDev Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
This commit is contained in:
parent
7a03f88c40
commit
54a63e80af
|
@ -20,7 +20,6 @@
|
|||
gettestcases,
|
||||
getwebpagetestcases,
|
||||
is_download_test,
|
||||
report_warning,
|
||||
try_rm,
|
||||
)
|
||||
|
||||
|
@ -178,8 +177,7 @@ def try_rm_tcs_files(tcs=None):
|
|||
raise
|
||||
|
||||
if try_num == RETRIES:
|
||||
report_warning(f'{tname} failed due to network errors, skipping...')
|
||||
return
|
||||
raise
|
||||
|
||||
print(f'Retrying: {try_num} failed tries\n\n##########\n\n')
|
||||
|
||||
|
|
Loading…
Reference in a new issue