X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FGetCredential.py;h=eb535ed2889050a290950010f09b30e47f09aa51;hb=13ad45c50dc6863870bfe7e37339e07e275a89b3;hp=a604ea0d90f2ab1ad1dbe9d9a90b70d3820b6994;hpb=700e9d9a5ff1e3ad34ca7c92744a0e66e7b1a05a;p=sfa.git diff --git a/sfa/methods/GetCredential.py b/sfa/methods/GetCredential.py index a604ea0d..eb535ed2 100644 --- a/sfa/methods/GetCredential.py +++ b/sfa/methods/GetCredential.py @@ -41,7 +41,7 @@ class GetCredential(Method): hrn, type = urn_to_hrn(xrn) # check creds - valid_creds = self.api.auth.checkCredentials(creds, 'getcredential', hrn) + valid_creds = self.api.auth.checkCredentials(creds, 'getcredential') self.api.auth.verify_object_belongs_to_me(hrn) #log the call