From 1c3813cdfd5289bb6017d97188f3db3ee8f781bc Mon Sep 17 00:00:00 2001 From: Andrew Pan Date: Thu, 9 Mar 2023 01:36:17 -0600 Subject: [PATCH] sct: doc InvalidSCTError.diagnostics --- sigstore/_internal/sct.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sigstore/_internal/sct.py b/sigstore/_internal/sct.py index 114940ebd..8b13536c5 100644 --- a/sigstore/_internal/sct.py +++ b/sigstore/_internal/sct.py @@ -141,6 +141,7 @@ class InvalidSCTError(Error): """ def diagnostics(self) -> str: + """Returns diagnostics for the error.""" # We specialize this error case, since it usually indicates one of # two conditions: either the current sigstore client is out-of-date, # or that the SCT is well-formed but invalid for the current configuration