1
0
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:
Paul Tremberth 2016-08-11 11:52:59 +02:00 committed by GitHub
commit 1ec210068f

View File

@ -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