From 0eda10533870439315c9a749389a381558299eec Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Sat, 24 Oct 2009 18:34:18 +0000 Subject: Actions: Fix bundle filtering of actions (Resolves Ticket #766) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5499 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Frame.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Client/Frame.py b/src/lib/Client/Frame.py index 86d10cc5f..b9fabc0ab 100644 --- a/src/lib/Client/Frame.py +++ b/src/lib/Client/Frame.py @@ -301,7 +301,8 @@ class Frame: self.DispatchInstallCalls(clobbered) for bundle in self.config.findall('.//Bundle'): - if self.setup['bundle'] and bundle not in self.setup['bundle']: + if self.setup['bundle'] and \ + bundle.get('name') not in self.setup['bundle']: # prune out unspecified bundles when running with -b continue for tool in self.tools: -- cgit v1.2.3-1-g7c22