diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-05 12:15:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-05 12:15:00 +0200 |
commit | 23d0f11ec7e477f78bc8b95ee4a40f6b0f2a520c (patch) | |
tree | 22c26e2590d8be0cf3cf512797739edd08a12080 | |
parent | f7659527d3037f444c26895b9ec2193c2c5ff557 (diff) | |
download | jenkins.debian.net-23d0f11ec7e477f78bc8b95ee4a40f6b0f2a520c.tar.xz |
fix grammar
-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 a0355d46..3898950b 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -151,7 +151,7 @@ def gen_extra_links(package, version, suite, arch, status): default_view = url elif status not in ('untested', 'not for us', 'blacklisted'): log.critical(REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/' + package + - ' didn\'t produce a buildlog, even if it has been built.') + ' didn\'t produce a buildlog, even though it has been built.') default_view = '/untested.html' if not default_view else default_view return (links, default_view) |