Update src/allmydata/grid_manager.py

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2022-11-09 10:52:42 -07:00 committed by GitHub
parent b2431f3a89
commit 039c1d8037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -461,7 +461,7 @@ def create_grid_manager_verifier(keys, certs, public_key, now_fn=None, bad_cert=
def validate():
"""
:returns: True if if *any* certificate is still valid for a server
:returns: True if *any* certificate is still valid for a server
"""
now = now_fn()
for cert in valid_certs: