template generator was relying on old dest/source names, changed to local/remote

modified:   modules/utils.py
This commit is contained in:
Ronny Abraham 2016-09-06 16:55:55 +03:00
parent dd6bbad3dc
commit 5900124cd9

View file

@ -248,7 +248,7 @@ def generate_template_build_path(section, template_name='conf'):
conf_section_templatename = getattr(conf_section, template_name)
build_path = os.path.join(
conf_section.path.dest,
conf_section.path.remote,
'build',
conf_section_templatename.dst)