From 656c1dfd1770f7b106206b217446b38405224156 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 16 Feb 2015 00:25:23 +0100 Subject: reproducible: fixup 3ae0af9 --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 1ae206b5..10e1f639 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -394,7 +394,7 @@ def get_bugs(): if bug[2]: # if the bug is done packages[bug[1]][bug[0]]['done'] = True try: - if (bug,) in bugs_patches: + if (bug[0],) in bugs_patches: packages[bug[1]][bug[0]]['patch'] = True except KeyError: log.error('item: ' + str(bug)) -- cgit v1.2.3-70-g09d2