Do not only warn on wrong spider modules for "scrapy list"

This commit is contained in:
Paul Tremberth 2017-03-09 17:38:15 +01:00
parent 226363794e
commit 0bafba5ad8
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ from scrapy.commands import ScrapyCommand
class Command(ScrapyCommand):
requires_project = True
default_settings = {'LOG_ENABLED': False,
'SPIDER_LOADER_WARN_ONLY': True}
default_settings = {'LOG_ENABLED': False}
def short_desc(self):
return "List available spiders"