This commit is contained in:
Graydon Hoare 2012-01-17 12:54:23 -08:00
parent 2a42092e70
commit 92671d6a30
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def local_rev_committer_date():
def get_url_to_file(u,f):
# no security issue, just to stop partial download leaving a stale file
tmpf = f + '.tmp'
tmpf = f + '.tmp'
try:
subprocess.check_call(["curl", "-o", tmpf, u])
except subprocess.CalledProcessError: