[Zope3-checkins] [Checkins] SVN: zope.repositorypolicy/trunk/src/zope/repositorypolicy/project.py Typo
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Apr 1 13:11:16 EDT 2010
On Thursday 01 April 2010, Tres Seaver wrote:
> - if len(metadata) <= 2 or len(metadata) % 2:
> + if len(metadata) < 2 or len(metadata) % 2:
> + import pdb; pdb.set_trace()
Did you intend the pdb?
Regards,
Stephan
--
Entrepreneur and Software Geek
Google me. "Zope Stephan Richter"
More information about the Zope3-Checkins
mailing list