[Erp5-report] r43285 luke - /erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 11 10:46:12 CET 2011
Author: luke
Date: Fri Feb 11 10:46:12 2011
New Revision: 43285
URL: http://svn.erp5.org?rev=43285&view=rev
Log:
- fix typo
Modified:
erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py
Modified: erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py
URL: http://svn.erp5.org/erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py?rev=43285&r1=43284&r2=43285&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py [utf8] Fri Feb 11 10:46:12 2011
@@ -108,7 +108,7 @@ class CertificateAuthorityTool(BaseTool)
"""Checks Certificate Authority configuration, raises CertificateAuthorityDamaged"""
if not self.certificate_authority_path:
raise CertificateAuthorityDamaged('Certificate authority path is not '
- 'configured' % self.certificate_authority_path)
+ 'configured')
if not os.path.isdir(self.certificate_authority_path):
raise CertificateAuthorityDamaged('Path to Certificate Authority %r is '
'wrong' % self.certificate_authority_path)
More information about the Erp5-report
mailing list