Commit b37cf075 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Fix cli 'extends' option

files in subdirs were not managed
parent c7f5cf05
......@@ -395,7 +395,8 @@ class Buildout(DictMixin):
download_options = for_download_options['buildout']
cfg_data, _ = _open(
os.path.dirname(extends),
extends, [], download_options,
os.path.basename(extends),
[], download_options,
override, set(), user_defaults
)
data = _update(data, cfg_data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment