Merge pull request #1292 from scrapy/spidererror-docs

spider_error doesn't support deferreds
This commit is contained in:
Julia Medina 2015-06-09 11:19:10 -03:00
commit f91461c256
1 changed files with 2 additions and 0 deletions

View File

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