mirror of https://github.com/scrapy/scrapy.git
Currently create_instance() can return None if an extension is incorrectly implemented, but the extension will still show up as enabled in the logs. This can cause confusion, as in the linked bug. This change prevents this occurring by throwing an error if create_instance() will return None. |
||
|---|---|---|
| .. | ||
| test_walk_modules | ||
| __init__.py | ||
| test.egg | ||
| test_return_with_argument_inside_generator.py | ||