From c2341188950b3d66b508e4d89d3144a72aaf2101 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 10 Jan 2021 11:47:00 -0800 Subject: [PATCH] GitHub API rate limit newline (#1894) --- utils/google_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/google_utils.py b/utils/google_utils.py index 699e28d1bcbc..7855906222e8 100644 --- a/utils/google_utils.py +++ b/utils/google_utils.py @@ -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