[misc] 01/03: Correctly print error message.

Chris Lamb chris at chris-lamb.co.uk
Thu Sep 15 16:30:55 UTC 2016


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

lamby pushed a commit to branch master
in repository misc.

commit d7acb263b3f7dc3cecdab725dca25537aab83043
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Sep 15 17:29:13 2016 +0100

    Correctly print error message.
---
 edit-notes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edit-notes b/edit-notes
index 1b19ed6..291c3bf 100755
--- a/edit-notes
+++ b/edit-notes
@@ -86,6 +86,6 @@ if __name__ == '__main__':
             try:
                 notes.pop(pkg)
             except KeyError:
-                print('%s is not in the notes, skipping removing', pkg)
+                print('%s is not in the notes, skipping removing' % pkg)
 
     yamlfiles.write_out(notes)

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