GitHub API rate limit newline (#1894)
parent
d06ad3bc3d
commit
0f11aaf551
|
@ -44,6 +44,7 @@ def attempt_download(file):
|
|||
if not file.exists() or file.stat().st_size < 1E6: # check
|
||||
file.unlink(missing_ok=True) # remove partial downloads
|
||||
print(f'ERROR: Download failure: {msg}')
|
||||
print('')
|
||||
return
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue