diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 10:24:07 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 10:24:07 +0100 |
commit | 83909051400e4c4c3d656bf50ab94435f9c54fc8 (patch) | |
tree | e530058efbede199c1cdd2be02010a0cdd5b3bb1 /bin | |
parent | d3941eaeb304498f9141d3eea7da97effd5be5db (diff) | |
download | jenkins.debian.net-83909051400e4c4c3d656bf50ab94435f9c54fc8.tar.xz |
reproducible: add whitespace
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
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)) |