[Reproducible-commits] [misc] 05/07: `failed` not used.

Chris Lamb lamby at moszumanska.debian.org
Thu Jul 9 09:43:10 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 850d1f6df2be994aa41269d87a2835885164acab
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 9 10:40:54 2015 +0100

    `failed` not used.
---
 clean-notes | 2 --
 1 file changed, 2 deletions(-)

diff --git a/clean-notes b/clean-notes
index ca6392b..4997951 100755
--- a/clean-notes
+++ b/clean-notes
@@ -212,12 +212,10 @@ def load_notes():
 
 
 def check_notes_validity(notes, testedpkgs):
-    failed = False
     badpkgs = []
     for pkg in sorted(notes):
         if pkg not in testedpkgs:
             badpkgs.append(pkg)
-            failed = True
             log.critical('the package ' + pkg +
                          ' was never tested. Maybe it\'s misspelled?')
 

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