[Zope-dev] Python Script bug?

Hannu Krosing hannu@tm.ee
Tue, 10 Jul 2001 13:07:26 +0200


Chris Withers wrote:
> 
> Hi,
> 
> The following code:
> 
>   objects = map(lambda b: b.getObject,brains)

try objects = map(lambda b: b.getObject(),brains)

-----------
Hannu