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