mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-26 21:04:34 +00:00
reverted r675 which broke precedence for environment variables
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40679
This commit is contained in:
parent
393cf349a0
commit
32d842326a
@ -88,7 +88,7 @@ def command_settings(cmdname):
|
||||
if basepath:
|
||||
try:
|
||||
module = __import__('%s.%s' % (basepath, cmdname), {}, {}, [''])
|
||||
update_defaults(settings.overrides, module)
|
||||
update_defaults(settings.defaults, module)
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user