Skip to content

Commit

Permalink
Fix retry process in tools/download_file.py (denoland#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
laiso committed Apr 5, 2020
1 parent 26cda93 commit 8583356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/download_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import argparse
import os
import sys
import time

try:
from urllib2 import HTTPError, URLError, urlopen
Expand Down

0 comments on commit 8583356

Please sign in to comment.