summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 21:31:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 21:31:25 +0200
commit73725f2d14d7257c6e3bacb2bf1957502a1d69e4 (patch)
tree1db89ac57e000a6bd06696466ea212e95076d81b /bin/reproducible_html_breakages.py
parentf6018d82dc9c0b7634c1eb9bdf02573768e2ed60 (diff)
downloadjenkins.debian.net-73725f2d14d7257c6e3bacb2bf1957502a1d69e4.tar.xz
another whitespace fix
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index e22e000e..875f15d1 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -53,7 +53,7 @@ def not_unrep_with_dbd_file():
eversion + '.debbindiff.html'
if os.access(dbd, os.R_OK):
bad_pkgs.append((pkg, version, suite, arch))
- log.warning(dbd + 'exists but ' + suite + '/' + arch + '/' + pkg + ' (' + version + ')'
+ log.warning(dbd + ' exists but ' + suite + '/' + arch + '/' + pkg + ' (' + version + ')'
' is not unreproducible.')
return bad_pkgs