fix rename error

This commit is contained in:
Bezleputh 2014-03-14 00:19:15 +01:00
commit 2673b3a340

View file

@ -566,7 +566,7 @@ class ItemElement(AbstractElement):
except SkipItem: except SkipItem:
return return
if self.validate is not None and not self.validate_object(self.obj): if self.validate is not None and not self.validate(self.obj):
return return
yield self.obj yield self.obj