From 87c7db1a72397614c555ca95a399979386cd5579 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 7 Jul 2009 08:27:08 +0000 Subject: [PATCH] using config_path in place of basepath --- sfa/util/slices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/slices.py b/sfa/util/slices.py index 12d4084f..bb41d78d 100644 --- a/sfa/util/slices.py +++ b/sfa/util/slices.py @@ -20,7 +20,7 @@ class Slices(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, "slices"]) filepath = path + os.sep + filename self.slices_file = filepath -- 2.47.0