From 73725f2d14d7257c6e3bacb2bf1957502a1d69e4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 21:31:25 +0200 Subject: another whitespace fix --- bin/reproducible_html_breakages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf