[Erp5-report] r37925 aurel - /erp5/trunk/products/ERP5Type/CodingStyle.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Aug 20 10:16:09 CEST 2010
Author: aurel
Date: Fri Aug 20 10:16:09 2010
New Revision: 37925
URL: http://svn.erp5.org?rev=37925&view=rev
Log:
again make message more understandable
Modified:
erp5/trunk/products/ERP5Type/CodingStyle.py
Modified: erp5/trunk/products/ERP5Type/CodingStyle.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/CodingStyle.py?rev=37925&r1=37924&r2=37925&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/CodingStyle.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/CodingStyle.py [utf8] Fri Aug 20 10:16:09 2010
@@ -113,7 +113,7 @@ def checkConsistency(self, fixit=0, sour
if source_code.find(legacy_string) >= 0:
message_list.append(
ObjectMessage(object_relative_url='/'.join(self.getPhysicalPath())[portal_path_len:],
- message='Source code contains legacy call to %s' % legacy_string))
+ message='Source code of %s contains legacy call to %s' % (document_id, legacy_string)))
return message_list
More information about the Erp5-report
mailing list