From 682f5bf252ab79bad03161c22a6b9cc73a09f1bf Mon Sep 17 00:00:00 2001 From: David Klaftenegger Date: Sat, 13 Feb 2016 01:02:34 +0100 Subject: [PATCH] indentation error fixes one instance of space-indentation instead of tab-indentation --- acertmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acertmgr.py b/acertmgr.py index 5435eb1..440e635 100755 --- a/acertmgr.py +++ b/acertmgr.py @@ -35,7 +35,7 @@ ACME_CONFD=ACME_DIR + "domains.d/" class FileNotFoundError(OSError): - pass + pass class InvalidCertificateError(Exception):