From cfbb802dd25c07d64446b9e1da8d9dc4721bea37 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 2 Oct 2010 20:57:35 +0200 Subject: [PATCH] don't know how to fix fix this one - just reverted as my attempt was incorrect --- sfa/managers/slice_manager_pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/managers/slice_manager_pl.py b/sfa/managers/slice_manager_pl.py index ccc0c5c9..43d3392f 100644 --- a/sfa/managers/slice_manager_pl.py +++ b/sfa/managers/slice_manager_pl.py @@ -268,8 +268,8 @@ def get_slices(api, creds): return slices # get the callers hrn + valid_cred = api.auth.checkCredentials(creds, 'listslices', hrn)[0] caller_hrn = Credential(string=valid_cred).get_gid_caller().get_hrn() - valid_cred = api.auth.checkCredentials(creds, 'listslices', caller_hrn)[0] # attempt to use delegated credential first credential = api.getDelegatedCredential(creds) -- 2.47.0