Unverified 提交 0f11aaf5 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

GitHub API rate limit newline (#1894)

上级 d06ad3bc
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论