commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7688 - trunk/gnue-common/src/utils


From: johannes
Subject: [gnue] r7688 - trunk/gnue-common/src/utils
Date: Wed, 6 Jul 2005 08:06:22 -0500 (CDT)

Author: johannes
Date: 2005-07-06 08:06:21 -0500 (Wed, 06 Jul 2005)
New Revision: 7688

Modified:
   trunk/gnue-common/src/utils/dbf.py
Log:
Don't check for a maximum number of fields


Modified: trunk/gnue-common/src/utils/dbf.py
===================================================================
--- trunk/gnue-common/src/utils/dbf.py  2005-07-06 13:05:06 UTC (rev 7687)
+++ trunk/gnue-common/src/utils/dbf.py  2005-07-06 13:06:21 UTC (rev 7688)
@@ -158,7 +158,7 @@
 
       append ((fieldName, fieldType, fieldLen, decCount, hasIndex))
 
-    if not self.fields or len (self.fields) > 128:
+    if not self.fields:
       raise InvalidFormatError, "Invalid field count"
 
 





reply via email to

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