[devscripts] 01/02: scripts/reproducible-check: Call set(..) on the correct part of the comprehension.

Chris Lamb chris at chris-lamb.co.uk
Sat Sep 16 17:55:41 UTC 2017


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

lamby pushed a commit to branch master
in repository devscripts.

commit ce1fd569a231721a4f999c8e1e92fbe1bf482e07
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Sep 16 18:52:13 2017 +0100

    scripts/reproducible-check: Call set(..) on the correct part of the comprehension.
---
 scripts/reproducible-check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/reproducible-check b/scripts/reproducible-check
index 9b63760..b1e18b6 100755
--- a/scripts/reproducible-check
+++ b/scripts/reproducible-check
@@ -168,7 +168,7 @@ class ReproducibleCheck(object):
         ))
 
     def output_raw(self, unreproducible, installed):
-        for x in sorted(x for xs in set(unreproducible.values()) for x in xs):
+        for x in sorted(x for xs in unreproducible.values() for x in set(xs)):
             print(x)
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list