summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Frame.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-02-13 02:22:15 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-02-13 02:22:15 +0000
commitcd2e6e27203f3c61ad421afd5ea85b3603611bd3 (patch)
tree8fa77d81b9b20eeaad5966bf4fc0ec11916ad837 /src/lib/Client/Frame.py
parent3e7e1a8001c831104561e2a2de1fd702d6590a43 (diff)
downloadbcfg2-cd2e6e27203f3c61ad421afd5ea85b3603611bd3.tar.gz
bcfg2-cd2e6e27203f3c61ad421afd5ea85b3603611bd3.tar.bz2
bcfg2-cd2e6e27203f3c61ad421afd5ea85b3603611bd3.zip
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
Diffstat (limited to 'src/lib/Client/Frame.py')
-rw-r--r--src/lib/Client/Frame.py2
1 files changed, 1 insertions, 1 deletions
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)