X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FGetSelfCredential.py;h=f3a96127c09dbd160286bb522c06a1569f4b36e8;hb=63bb6c04ee9f566071c3211a76e22559595d42e6;hp=c67bf4be2083f6c21f4c7817083bac977d886888;hpb=0c7d82b7563382410a4023cd2d11b5596e5b3115;p=sfa.git diff --git a/sfa/methods/GetSelfCredential.py b/sfa/methods/GetSelfCredential.py index c67bf4be..f3a96127 100644 --- a/sfa/methods/GetSelfCredential.py +++ b/sfa/methods/GetSelfCredential.py @@ -1,4 +1,3 @@ - from sfa.util.faults import RecordNotFound, ConnectionKeyGIDMismatch from sfa.util.xrn import urn_to_hrn from sfa.util.method import Method @@ -63,7 +62,7 @@ class GetSelfCredential(Method): # another registry if needed # I wonder if this is truly the intention, or shouldn't we instead # only look in the local db ? - records = self.api.manager.Resolve(self.api, xrn, type) + records = self.api.manager.Resolve(self.api, xrn, type, details=False) if not records: raise RecordNotFound(hrn)