From: Thierry Parmentelat Date: Mon, 26 May 2014 11:05:31 +0000 (+0200) Subject: another attempts at working arouns the options issue X-Git-Tag: sfa-3.1-5~15 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=3b2bf0924bb4d5bf85a7615a5310c722b05d6746 another attempts at working arouns the options issue --- diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 2e9ada07..747b5361 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -39,7 +39,7 @@ class Auth: # do not use mutable as default argument # http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments def checkCredentials(self, creds, operation, xrns=None, - check_sliver_callback=None, speaking_for_hrn=None): + check_sliver_callback=None, speaking_for_hrn=None, options=None): if xrns is None: xrns=[] def log_invalid_cred(cred): cred_obj=Credential(string=cred)