From 3c5bbed07247e60b33168a4d732ea1bf220c108b Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 7 Jul 2009 08:13:33 +0000 Subject: [PATCH] using config_path instead of basepath --- sfa/util/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/nodes.py b/sfa/util/nodes.py index 884bf8f7..762b0c8e 100644 --- a/sfa/util/nodes.py +++ b/sfa/util/nodes.py @@ -24,7 +24,7 @@ class Nodes(SimpleStorage): self.api = api self.ttl = ttl self.threshold = None - path = self.api.config.basepath + path = self.api.config.config_path filename = ".".join([self.api.interface, self.api.hrn, "nodes"]) filepath = path + os.sep + filename self.nodes_file = filepath -- 2.43.0