fix rename error
This commit is contained in:
parent
12470c1b8f
commit
2673b3a340
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ class ItemElement(AbstractElement):
|
|||
except SkipItem:
|
||||
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
|
||||
|
||||
yield self.obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue