From f88bcd98a2e82406b747388fe0e7b81ae4f9d4ac Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Mon, 28 Jul 2014 22:13:30 +0200 Subject: [PATCH] britney.py: Save a table look up Signed-off-by: Niels Thykier --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 654c041..9372a7a 100755 --- a/britney.py +++ b/britney.py @@ -1093,7 +1093,7 @@ class Britney(object): binary_u = self.binaries[suite][arch][0][pkg_name] # this is the source version for the new binary package - pkgsv = self.binaries[suite][arch][0][pkg_name][SOURCEVER] + pkgsv = binary_u[SOURCEVER] # if the new binary package is architecture-independent, then skip it if binary_u[ARCHITECTURE] == 'all':