summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/cert.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/plugins/cert.py')
-rw-r--r--ipaserver/plugins/cert.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py
index 47c10f343..9f9010760 100644
--- a/ipaserver/plugins/cert.py
+++ b/ipaserver/plugins/cert.py
@@ -229,9 +229,9 @@ def ca_kdc_check(api_instance, hostname):
raise errors.NotFound()
except errors.NotFound:
- raise errors.ACIError(info=_(
- "Host '%(hostname)s' is not an active KDC")
- % dict(hostname=hostname))
+ raise errors.ACIError(
+ info=_("Host '%(hostname)s' is not an active KDC")
+ % dict(hostname=hostname))
def validate_certificate(value):