From eca207f6582ea2090e60c9092ca5f5d991b84164 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 30 Apr 2020 14:40:01 -0700 Subject: [PATCH] document more exceptions --- certbot-apache/certbot_apache/_internal/prefetch_ocsp.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py index f52ba0685..bfd88dede 100644 --- a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py +++ b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py @@ -181,6 +181,10 @@ class OCSPPrefetchMixin(object): :param filename: DBM database filename :param bytes key: Database key name :param bytes value: Database entry value + + :raises .errors.PluginError: If there was an error copying + Apache's DBM file + """ tmp_file = os.path.join( os.path.dirname(self._ocsp_work),