Commit 31a3541d authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Resolve SyntaxError

parent e9510414
......@@ -663,7 +663,7 @@ class TemplateTool (BaseTool):
template_tool_id_list = import_template.getTemplateToolIdList()
tool_id_list = []
for tool_id in template_tool_id_list:
tool_id_list.append({tool_id + ' | 1 | 1')
tool_id_list.append(tool_id + ' | 1 | 1')
template_path_list.extend(tool_id_list)
# Adding business template skin selection property on the portal_tempaltes
......
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