summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-25 16:40:26 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-25 16:40:29 +0200
commit563420c934752820f1f86be38dca5bcb79fb1a05 (patch)
treeaa0ec6c0c276cd2635a0cb3ecd571524116be971 /bin
parent7a3a420509b115660b57305e54913308a497556c (diff)
downloadjenkins.debian.net-563420c934752820f1f86be38dca5bcb79fb1a05.tar.xz
reproducible: add whitespace
Diffstat (limited to 'bin')
-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 35275bac..1b05f167 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -186,7 +186,7 @@ def gen_suites_links(package, current_arch):
icon = prefix + '<img src="/static/{icon}" alt="{status}" title="{status}"/>' + suffix
html += icon.format(icon=join_status_icon(status)[1], status=status)
html += (tab*2 + ' <a href="{}/{}/{}/{}.html" target="_parent"' + \
- ' title="{}: {}">{}</a>:{}</li>\n').format(RB_PKG_URI,
+ ' title="{}: {}">{}</a>: {}</li>\n').format(RB_PKG_URI,
s, a, package.name, status, version, s, version)
html += '</span>\n'
html += tab + '</ul></li>'