[misc] 01/01: clean-notes: add missing space in message
Mattia Rizzolo
mattia at debian.org
Mon Apr 3 09:08:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository misc.
commit a241fd24ce9c9fab620e73b28c950ca5f2d55b18
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Apr 3 11:08:01 2017 +0200
clean-notes: add missing space in message
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
clean-notes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clean-notes b/clean-notes
index d2f792f..4f038c4 100755
--- a/clean-notes
+++ b/clean-notes
@@ -185,7 +185,7 @@ def check_bugs(notes):
# the results from SELECT are a list of one-element tuples, so we have
# have to look up 1-tuples with the bug number in the list
if (bug,) not in rows:
- log.info("https://bugs.debian.org/%s in package %s"
+ log.info("https://bugs.debian.org/%s in package %s "
"is not usertagged", bug, bugs_package[bug])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list