1
0
mirror of https://github.com/moepman/acertmgr.git synced 2024-06-05 15:52:34 +02:00

indentation error

fixes one instance of space-indentation instead of tab-indentation
This commit is contained in:
David Klaftenegger 2016-02-13 01:02:34 +01:00 committed by Markus Hauschild
parent b396f0bb07
commit 55f340bebd

View File

@ -35,7 +35,7 @@ ACME_CONFD=ACME_DIR + "domains.d/"
class FileNotFoundError(OSError):
pass
pass
class InvalidCertificateError(Exception):