mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1292 from scrapy/spidererror-docs
spider_error doesn't support deferreds
This commit is contained in:
commit
f91461c256
|
|
@ -174,6 +174,8 @@ spider_error
|
|||
|
||||
Sent when a spider callback generates an error (ie. raises an exception).
|
||||
|
||||
This signal does not support returning deferreds from their handlers.
|
||||
|
||||
:param failure: the exception raised as a Twisted `Failure`_ object
|
||||
:type failure: `Failure`_ object
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue