0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-25 00:29:14 -05:00

Fix retry process in tools/download_file.py (#336)

This commit is contained in:
laiso 2020-04-05 09:46:53 +07:00 committed by GitHub
parent 26cda9305e
commit 858335663d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ from __future__ import print_function
import argparse import argparse
import os import os
import sys import sys
import time
try: try:
from urllib2 import HTTPError, URLError, urlopen from urllib2 import HTTPError, URLError, urlopen