From b20bcec97cc95d4fd46b5e2a4c7096b77daa569a Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 7 Jul 2009 08:17:43 +0000 Subject: [PATCH] using config_path in place of basepath --- sfa/util/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/api.py b/sfa/util/api.py index ce6a7abe..63de9b39 100644 --- a/sfa/util/api.py +++ b/sfa/util/api.py @@ -167,7 +167,7 @@ class GeniAPI: Get our credential from a remote registry using a geniclient connection """ type = 'authority' - path = self.config.basepath + path = self.config.config_path filename = ".".join([self.interface, self.hrn, type, "cred"]) cred_filename = path + os.sep + filename try: -- 2.47.0