Commit 3506a84b authored by Łukasz Nowak's avatar Łukasz Nowak

- zope_conf_template is *not* optional


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32867 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77eccec1
......@@ -133,7 +133,7 @@ class Recipe(plone.recipe.zope2instance.Recipe, erp5.recipe.createsite.Recipe):
options = self.options
location = options['instancehome']
template_input_data = ''.join(
file(self.options.get('zope_conf_template').strip()).readlines()
file(self.options['zope_conf_template'].strip()).readlines()
)
template = WithMinusTemplate(template_input_data)
result = template.substitute(self.options.copy())
......
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