summaryrefslogtreecommitdiff
path: root/find_latest.py
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2012-01-09 07:18:32 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2012-01-09 07:18:32 +0000
commit4ca5b36bbac2019bc8815ff0e0cf1db765ab5c0a (patch)
tree49b52c78dd09ef035c9762e2dcc7cc00fe45790e /find_latest.py
parent4580fae43d5e57c1f61faf813157760f4ee6c112 (diff)
parent340e7fc3d6f1b5b5183d24e1a2c48702e30b74a6 (diff)
Additional changes to fix the hwpack download failure because of EULA
Diffstat (limited to 'find_latest.py')
-rw-r--r--find_latest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/find_latest.py b/find_latest.py
index 6f2860b..f0a5f16 100644
--- a/find_latest.py
+++ b/find_latest.py
@@ -77,6 +77,7 @@ def find_latest(url, extra):
raise StopIteration()
except StopIteration:
pass
+ fetcher.close()
build_id = "%s.%s" % (lastdate,lastbuild)
tgz_url = os.path.join(latesturl, filename)
return build_id, tgz_url