From 9acbf8813efdb748599691afdfc119c517cec149 Mon Sep 17 00:00:00 2001 From: Nguyen Thanh Loc Date: Fri, 8 Jan 2021 09:07:24 +0700 Subject: [PATCH] Add param to format string --- certvalidator/context.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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):