commit-gnue
[Top][All Lists]
Advanced

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

r5670 - trunk/gnue-common/src/schema


From: reinhard
Subject: r5670 - trunk/gnue-common/src/schema
Date: Wed, 7 Apr 2004 08:27:13 -0500 (CDT)

Author: reinhard
Date: 2004-04-07 08:27:12 -0500 (Wed, 07 Apr 2004)
New Revision: 5670

Modified:
   trunk/gnue-common/src/schema/Objects.py
Log:
Fixed typo.


Modified: trunk/gnue-common/src/schema/Objects.py
===================================================================
--- trunk/gnue-common/src/schema/Objects.py     2004-04-07 11:27:27 UTC (rev 
5669)
+++ trunk/gnue-common/src/schema/Objects.py     2004-04-07 13:27:12 UTC (rev 
5670)
@@ -204,8 +204,8 @@
     for ix in range (0, len (csFields)):
       if myFields [csFields [ix].name].type != \
          rfFields [refFields [ix].name].type:
-        raise gException u_("Constraint '%s': typemismatch in reference "
-                            "field '%s'.") % (self.name, csFields [ix].name)
+        raise gException, u_("Constraint '%s': typemismatch in reference "
+                             "field '%s'.") % (self.name, csFields [ix].name)
 
 
 class GSConstraintField(GSObject):





reply via email to

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