From 095e10f25ef5736a4522ae0525c3041dcb40a7e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 3 Jul 2009 14:23:02 +0000 Subject: [PATCH] use self.get_auth_info --- geni/util/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geni/util/auth.py b/geni/util/auth.py index 5d169591..3ea85651 100644 --- a/geni/util/auth.py +++ b/geni/util/auth.py @@ -84,7 +84,7 @@ class Auth: @param auth_name human readable name of authority """ - auth_info = get_auth_info(auth_name) + auth_info = self.get_auth_info(auth_name) table = GeniTable(hrn=auth_name, cninfo=auth_info.get_dbinfo()) # if the table doesn't exist, then it means we haven't put any records -- 2.45.2