Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion certvalidator/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down