mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 19:03:59 +00:00
Merge pull request #2169 from Tethik/parse_command_callback_typo
[MRG+1] Typo fix for error in parse command
This commit is contained in:
commit
1ec210068f
@ -175,7 +175,7 @@ class Command(ScrapyCommand):
|
||||
cb = cb_method
|
||||
else:
|
||||
logger.error('Cannot find callback %(callback)r in spider: %(spider)s',
|
||||
{'callback': callback, 'spider': spider.name})
|
||||
{'callback': cb, 'spider': spider.name})
|
||||
return
|
||||
|
||||
# parse items and requests
|
||||
|
Loading…
x
Reference in New Issue
Block a user