summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 10:24:07 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 10:24:07 +0100
commit83909051400e4c4c3d656bf50ab94435f9c54fc8 (patch)
treee530058efbede199c1cdd2be02010a0cdd5b3bb1 /bin/reproducible_html_packages.py
parentd3941eaeb304498f9141d3eea7da97effd5be5db (diff)
downloadjenkins.debian.net-83909051400e4c4c3d656bf50ab94435f9c54fc8.tar.xz
reproducible: add whitespace
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 67a0c7d2..c48b4fd5 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -168,7 +168,7 @@ def gen_suites_links(package, suite):
icon = '<img src="/static/{icon}" alt="{status}" title="{status}"/>\n'
html += icon.format(icon=join_status_icon(status)[1], status=status)
html += '<a href="' + RB_PKG_URI + '/' + i[0] + '/' + i[1] + '/' + \
- str(package) + '.html" target="_parent">' + i[0] + '</a>'
+ str(package) + '.html" target="_parent">' + i[0] + '</a> '
return tab*5 + (tab*7).join(html.splitlines(True))