From 2fc5f247962b10b70fc59166ce2c097277cd8ebd Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 23 Aug 2010 18:54:57 +0000 Subject: [PATCH] there should be no self argument in filter_creds_by_caller() argument --- 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 de5fbae1..286894cb 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -171,7 +171,7 @@ class Signature(object): # not be changed else the signature is no longer valid. So, once # you have loaded an existing signed credential, do not call encode() or sign() on it. -def filter_creds_by_caller(self, creds, caller_hrn): +def filter_creds_by_caller(creds, caller_hrn): """ Returns a list of creds who's gid caller matches the specified caller hrn -- 2.43.0