From acead67c2977e674f7dcab39df4b2bf84ab39753 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 10 Jul 2009 16:15:06 +0000 Subject: Deps: fix tb due to change in metadata.groups type (Reported by teknix) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5318 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/Deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Server/Plugins/Deps.py b/src/lib/Server/Plugins/Deps.py index e61c7c029..199999748 100644 --- a/src/lib/Server/Plugins/Deps.py +++ b/src/lib/Server/Plugins/Deps.py @@ -60,7 +60,7 @@ class Deps(Bcfg2.Server.Plugin.PrioDir, entries.append((entry.tag, entry.get('name'))) entries.sort() entries = tuple(entries) - gdata = metadata.groups[:] + gdata = list(metadata.groups) gdata.sort() gdata = tuple(gdata) if (entries, gdata) in self.cache: -- cgit v1.2.3-1-g7c22