mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-26 19:03:53 +00:00
fix small bug with parse command
This commit is contained in:
parent
f4faa19e31
commit
2e05cf5685
@ -154,7 +154,7 @@ class Command(ScrapyCommand):
|
||||
|
||||
cb = cb if callable(cb) else getattr(self.spider, cb, None)
|
||||
if not cb:
|
||||
log.msg('Cannot find callback %r in spider: %s' % (callback, spider.name))
|
||||
log.msg('Cannot find callback %r in spider: %s' % (callback, self.spider.name))
|
||||
|
||||
# parse items and requests
|
||||
depth = response.meta['_depth']
|
||||
|
Loading…
x
Reference in New Issue
Block a user