1
0
mirror of https://github.com/moepman/acertmgr.git synced 2025-01-06 07:15:24 +01: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 2621da80e7
commit 682f5bf252

View File

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