[Mpuls-commits] r2317 - wasko/branches/2.0/mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 12 17:08:22 CEST 2010


Author: torsten
Date: 2010-04-12 17:08:22 +0200 (Mon, 12 Apr 2010)
New Revision: 2317

Modified:
   wasko/branches/2.0/mpulsweb/model/phase.py
Log:
Do not translate error messages


Modified: wasko/branches/2.0/mpulsweb/model/phase.py
===================================================================
--- wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-12 15:08:03 UTC (rev 2316)
+++ wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-12 15:08:22 UTC (rev 2317)
@@ -212,7 +212,7 @@
                 msg = condition.get('msg')
                 self.conditions.append(Condition(field, expr, msg))
         else:
-            log.warning(_('Can not find field %s') % real_id)
+            log.warning('Can not find field %s' % real_id)
 
     def get_link(self):
         out = []



More information about the Mpuls-commits mailing list