template generator was relying on old dest/source names, changed to local/remote
modified: modules/utils.py
This commit is contained in:
parent
dd6bbad3dc
commit
5900124cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue