commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9200 - trunk/gnue-common/src/datasources


From: johannes
Subject: [gnue] r9200 - trunk/gnue-common/src/datasources
Date: Thu, 4 Jan 2007 03:56:34 -0600 (CST)

Author: johannes
Date: 2007-01-04 03:56:34 -0600 (Thu, 04 Jan 2007)
New Revision: 9200

Modified:
   trunk/gnue-common/src/datasources/readgsd.py
Log:
Don't treat the text "field(s)" as keyword


Modified: trunk/gnue-common/src/datasources/readgsd.py
===================================================================
--- trunk/gnue-common/src/datasources/readgsd.py        2007-01-04 08:33:44 UTC 
(rev 9199)
+++ trunk/gnue-common/src/datasources/readgsd.py        2007-01-04 09:56:34 UTC 
(rev 9200)
@@ -55,7 +55,7 @@
 
 class InvalidFieldsError (errors.ApplicationError):
   def __init__ (self, table, row, fields):
-    msg = u_("Table '%(table)s' has no field(s) '%(fields)s'") \
+    msg = u_("Table '%(table)s' has no field '%(fields)s'") \
           % {'table': table, 'fields': ", ".join (fields)}
     errors.ApplicationError.__init__ (self, msg)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]