From f7659527d3037f444c26895b9ec2193c2c5ff557 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 4 Apr 2015 23:33:06 +0200 Subject: reproducible: html_notes: fix indentation. I'm not even sure why python didn't complain loudly --- bin/reproducible_html_notes.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index d92f9a90..4d496fb2 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -256,12 +256,12 @@ def gen_html_issue(issue, suite): # links to the issue in other suites suite_links = '' for i in SUITES: - if suite_links != '': - suite_links += ' / ' - if i != suite: - suite_links += '' + i + '' - else: - suite_links += '' + i + '' + if suite_links != '': + suite_links += ' / ' + if i != suite: + suite_links += '' + i + '' + else: + suite_links += '' + i + '' # check for url: if 'url' in issues[issue]: url = issue_html_url.substitute(url=issues[issue]['url']) -- cgit v1.2.3-70-g09d2