From 3b2bf0924bb4d5bf85a7615a5310c722b05d6746 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 26 May 2014 13:05:31 +0200 Subject: [PATCH] another attempts at working arouns the options issue --- sfa/trust/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0