From 1c24cceb073285386e1b5d8968a069270167a9fb Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 2 Dec 2014 17:49:49 +0100 Subject: [PATCH] =?UTF-8?q?[attributs.certificat]=20Un=20%s=20dans=20la=20?= =?UTF-8?q?chaine=20de=20caract=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index a58de83..c8f43fd 100644 --- a/attributs.py +++ b/attributs.py @@ -1939,7 +1939,7 @@ class hostCert(dnsAttr): # alias migrent vers des vm) if not "machineCrans" in self.parent.machine()["objectClass"]: if not host in self.parent.machine()['host'] + self.parent.machine()['hostAlias']: - raise ValueError("hostCert (%s) doit ĂȘtre inclus dans les host et hostAlias de la machine parente : %s ou %s" % (str(host), ', '.join(str(item) for item in self.parent.machine()['host'] + self.parent.machine()['hostAlias']))) + raise ValueError("hostCert (%s) doit ĂȘtre inclus dans les host et hostAlias de la machine parente : %s" % (str(host), ', '.join(str(item) for item in self.parent.machine()['host'] + self.parent.machine()['hostAlias']))) self.value = host @crans_attribute