commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r7031 - trunk/gnue-common/src/datasources
Date: Tue, 15 Feb 2005 09:51:00 -0600 (CST)

Author: reinhard
Date: 2005-02-15 09:51:00 -0600 (Tue, 15 Feb 2005)
New Revision: 7031

Modified:
   trunk/gnue-common/src/datasources/GConditions.py
Log:
Typo.


Modified: trunk/gnue-common/src/datasources/GConditions.py
===================================================================
--- trunk/gnue-common/src/datasources/GConditions.py    2005-02-15 15:42:06 UTC 
(rev 7030)
+++ trunk/gnue-common/src/datasources/GConditions.py    2005-02-15 15:51:00 UTC 
(rev 7031)
@@ -1254,7 +1254,7 @@
           newValue = 0
   
       # Boolean to Long
-      if isinstance (chkValue, types.LongType):
+      elif isinstance (chkValue, types.LongType):
         if oldValue:
           newValue = 1L
         else:





reply via email to

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