From cd2e6e27203f3c61ad421afd5ea85b3603611bd3 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 13 Feb 2008 02:22:15 +0000 Subject: Fix tb in __important__ path (reported/patched by SolJ) [bugfix] git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4376 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Client/Frame.py b/src/lib/Client/Frame.py index a164e9d2e..6d761317d 100644 --- a/src/lib/Client/Frame.py +++ b/src/lib/Client/Frame.py @@ -85,7 +85,7 @@ class Frame: if tl: if not tl[0].VerifyConfigFile(cfile, []): try: - self.states[cfile] = tool.InstallConfigFile(cfile) + self.states[cfile] = tl[0].InstallConfigFile(cfile) except: self.logger.error("Unexpected tool failure", exc_info=1) -- cgit v1.2.3-1-g7c22