From a166b805986ad89460de63e90dde64e3d792845d Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 6 Aug 2012 10:18:50 -0400 Subject: bug fixes from solj --- src/lib/Bcfg2/Server/Plugins/Packages/Collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Plugins/Packages/Collection.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py b/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py index a42561f2e..c4c34c5aa 100644 --- a/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py +++ b/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py @@ -205,7 +205,7 @@ class Collection(Bcfg2.Server.Plugin.Debuggable): and the initial package list. this is necessary because the format may be different between the two lists due to packages_{to,from}_entry() """ - return list(packages.difference(initial)) + return list(complete.difference(initial)) def complete(self, packagelist): '''Build the transitive closure of all package dependencies -- cgit v1.2.3-1-g7c22