summaryrefslogtreecommitdiff
path: root/find_latest.py
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2012-04-30 13:10:00 +0530
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2012-04-30 13:10:00 +0530
commit25a2ad5fd8144d618a23f7b270d1c475ab3f645b (patch)
tree9749c3aeec23993f0e25ad46ad3aebb7ccefd171 /find_latest.py
parente7a30741fae4ed27f1984a4970f59e5f0d5ed78e (diff)
Fixing the access to s.l.o affected by EULA changes
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 f0a5f16..7fefde1 100644
--- a/find_latest.py
+++ b/find_latest.py
@@ -65,6 +65,7 @@ def find_latest(url, extra):
try:
while dates:
lastdate = dates.pop()
+ lastdate = lastdate + "/"
path = urlparse.urljoin(url, lastdate)
builds = fetcher.get(path)
buildlist = find_builds(builds)