[Reproducible-commits] [misc] 02/02: interpolation over concatentation

Chris Lamb lamby at moszumanska.debian.org
Mon Feb 23 16:10:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository misc.

commit ed6341b54ab1f00af961ca2add235e46b6531c7d
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Feb 23 16:08:27 2015 +0000

    interpolation over concatentation
---
 edit-notes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edit-notes b/edit-notes
index 7d6c890..2e81383 100755
--- a/edit-notes
+++ b/edit-notes
@@ -19,7 +19,7 @@ if __name__ == '__main__':
     notes = clean.load_notes()
     for add in args.add_note:
         if not add in issues:
-            raise ValueError(add + ' is not a valid issue')
+            raise ValueError('%r is not a valid issue' % add)
 
     for package in args.packages or notes.keys():
         try:

-- 
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