From 54abda54b749fffb7cf5472372460bd9111417c8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 9 Aug 2010 19:52:34 +0000 Subject: [PATCH 1/1] fix attribute error --- sfa/trust/credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index 70544ffa..5134743f 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -787,7 +787,7 @@ class Credential(object): """ # get the gid of the object we are delegating object_gid = self.get_gid_object() - object_hrn = self.get_hrn() + object_hrn = object_gid.get_hrn() # the hrn of the user who will be delegated to if isinstance(delegee_gid, str): -- 2.43.0