Long line, grumble.

This commit is contained in:
Graydon Hoare 2012-01-17 12:51:31 -08:00
parent 711fc20d88
commit 2a42092e70

View file

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