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
|
if not file.exists() or file.stat().st_size < 1E6: # check
|
||||||
file.unlink(missing_ok=True) # remove partial downloads
|
file.unlink(missing_ok=True) # remove partial downloads
|
||||||
print(f'ERROR: Download failure: {msg}')
|
print(f'ERROR: Download failure: {msg}')
|
||||||
|
print('')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue