[Erp5-report] r20193 - /erp5/trunk/products/ERP5/Document/Alarm.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 28 12:39:39 CET 2008


Author: vincent
Date: Fri Mar 28 12:39:38 2008
New Revision: 20193

URL: http://svn.erp5.org?rev=20193&view=rev
Log:
Fix typo.

Modified:
    erp5/trunk/products/ERP5/Document/Alarm.py

Modified: erp5/trunk/products/ERP5/Document/Alarm.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Alarm.py?rev=20193&r1=20192&r2=20193&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Alarm.py (original)
+++ erp5/trunk/products/ERP5/Document/Alarm.py Fri Mar 28 12:39:38 2008
@@ -436,7 +436,7 @@
     if self.sense():
       prefix = 'ERROR'
     else:
-      if notification_mode != 'always'
+      if notification_mode != 'always':
         return
       prefix = 'INFO'
     notification_tool = getToolByName(self, 'portal_notifications')




More information about the Erp5-report mailing list