Index: tools/bisect-builds.py |
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py |
index 0f4cce802a00278f16c93f01a8d12bff4da2d987..a73978f3ef481fdfd30ddbbab1b8718475295129 100755 |
--- a/tools/bisect-builds.py |
+++ b/tools/bisect-builds.py |
@@ -216,8 +216,8 @@ class PathContext(object): |
handle.close() |
build_numbers = re.findall(r'<a href="([0-9][0-9].*)/">', dirindex) |
final_list = [] |
- start_index = '0' |
- end_index = '0' |
+ start_index = 0 |
+ end_index = 0 |
i = 0 |
parsed_build_numbers = [LooseVersion(x) for x in build_numbers] |