diff --git a/certvalidator/context.py b/certvalidator/context.py index 2f64d00..4a4c58d 100644 --- a/certvalidator/context.py +++ b/certvalidator/context.py @@ -241,7 +241,8 @@ def __init__(self, trust_roots=None, extra_trust_roots=None, other_certs=None, revocation_mode is "%s" and allow_fetching is False, however crls and ocsps are both None, meaning that no validation can happen - ''' + ''', + revocation_mode )) if crl_fetch_params is not None and not isinstance(crl_fetch_params, dict):