summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index d6f9d5da..51a0c990 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -347,8 +347,8 @@ def iterate_over_notes(notes):
def iterate_over_issues(issues):
num_issues = str(len(issues))
- i = 0
for suite in SUITES:
+ i = 0
for issue in sorted(issues):
log.debug('iterating over issues in ' + suite +'... ' + str(i) + '/' + num_issues)
log.debug('\t' + str(issue))