From 90d634feda2fbded8224e5cd5f6bd62f45c428a6 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 29 Oct 2009 17:50:28 +0000 Subject: [PATCH] revert last commit --- sfa/trust/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 57583e46..c6e0d9d4 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -238,6 +238,7 @@ class Auth: rl.add("info") elif type == "authority": + rl.add("authority") pis = record.get("pi", []) operators = record.get("operator", []) if (cred_object_hrn in pis): -- 2.47.0