summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29ddc21)
raw | patch | inline | side by side (parent: 29ddc21)
author | gmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 27 Jun 2002 12:06:20 +0000 (12:06 +0000) | ||
committer | gmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 27 Jun 2002 12:06:20 +0000 (12:06 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@821 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/hyperdb.py | patch | blob | history |
diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py
index 53b785b7185d7efaeec3e353103b0d3ff9c96b7e..874fcbedbed1db7af6b95d93c17b01e64d71d8b4 100644 (file)
--- a/roundup/hyperdb.py
+++ b/roundup/hyperdb.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: hyperdb.py,v 1.69 2002-06-17 23:15:29 richard Exp $
+# $Id: hyperdb.py,v 1.70 2002-06-27 12:06:20 gmcm Exp $
__doc__ = """
Hyperdatabase implementation, especially field types.
l = []
for entry in value:
if type(entry) != type(''):
- raise ValueError, 'link value must be String'
+ raise ValueError, '"%s" link value (%s) must be String' % (key, value)
# if it isn't a number, it's a key
if not num_re.match(entry):
try:
#
# $Log: not supported by cvs2svn $
+# Revision 1.69 2002/06/17 23:15:29 richard
+# Can debug to stdout now
+#
# Revision 1.68 2002/06/11 06:52:03 richard
# . #564271 ] find() and new properties
#