From 4a231f87f474158efc120042e3029180823f4eee Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 11 Nov 2009 19:52:12 +0000 Subject: [PATCH] dont think this is still being used anywhere, but renamed SFA_BASE_DIR to SFA_CONFIG_DIR just to be safe --- sfa/util/policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/policy.py b/sfa/util/policy.py index 1774c8cc..2ff4fc42 100644 --- a/sfa/util/policy.py +++ b/sfa/util/policy.py @@ -10,7 +10,7 @@ class Policy(SimpleStorage): def __init__(self, api): self.api = api - path = self.api.config.SFA_BASE_DIR + path = self.api.config.SFA_CONFIG_DIR filename = ".".join([self.api.interface, self.api.hrn, "policy"]) filepath = path + os.sep + filename self.policy_file = filepath -- 2.43.0