summaryrefslogtreecommitdiffstats
path: root/extras/failed-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/failed-tests.py')
-rwxr-xr-xextras/failed-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/failed-tests.py b/extras/failed-tests.py
index 1ef1a954f4f..54406f91ad3 100755
--- a/extras/failed-tests.py
+++ b/extras/failed-tests.py
@@ -98,7 +98,7 @@ def get_summary(cut_off_date, reg_link):
'''
success_count = 0
failure_count = 0
- for page in xrange(0, MAX_BUILDS, 100):
+ for page in range(0, MAX_BUILDS, 100):
build_info = requests.get(''.join([
BASE,
reg_link,