[Zope3-Users] WrongContainedType
Tim Cook
timothywayne.cook at gmail.com
Fri Oct 10 11:38:27 EDT 2008
On Fri, 2008-10-10 at 11:07 +0200, Roger Ineichen wrote:
> What do you think about a validateSchema=True/False option or something
> like that?
Maybe it's just a requirement to fix the code?
The code at around line 466 in _field.py says
errors = _validate_fields(self.schema, value)
if errors:
raise WrongContainedType(errors)
errors is an empty list so should the if statement just be a test to see
if the list is not empty?
Cheers,
Tim
--
Timothy Cook, MSc
Health Informatics Research & Development Services
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook
Skype ID == timothy.cook
**************************************************************
*You may get my Public GPG key from popular keyservers or *
*from this link http://timothywayne.cook.googlepages.com/home*
**************************************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/zope3-users/attachments/20081010/3977e518/attachment.bin
More information about the Zope3-users
mailing list