mirror of https://github.com/scrapy/scrapy.git
Merged olveyra's patch
This commit is contained in:
commit
e55158ebdd
|
|
@ -196,8 +196,7 @@ class RobustScrapedItem(ScrapedItem):
|
|||
|
||||
def validate(self):
|
||||
"""Method used to validate item attributes data"""
|
||||
if not self.guid:
|
||||
raise ValidationError('A guid is required')
|
||||
raise NotImplemented
|
||||
|
||||
@property
|
||||
def version(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue