From 5183a9704645df29822a9dd5249405b85b738eba Mon Sep 17 00:00:00 2001 From: Fabio Tranchitella Date: Thu, 20 Jul 2006 21:55:26 +0000 Subject: [PATCH] Fixed a (stupid) typo. --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 4fc4821..4df9933 100644 --- a/britney.py +++ b/britney.py @@ -1425,7 +1425,7 @@ class Britney: if k in self.sources['testing']: for p in self.sources['testing'][k]['binaries']: binary, arch = p.split("/") - del self.binaries['testing'][arch][0][p] + del self.binaries['testing'][arch][0][binary] del self.sources['testing'][k] self.sources['testing'][k] = undo['sources'][k]