mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-30 15:11:38 +00:00
[AB-xxx] small installer logging improvement
This commit is contained in:
@@ -18,6 +18,7 @@ def deploy_template_folder(db_config, folder):
|
|||||||
file_content = template_file.read()
|
file_content = template_file.read()
|
||||||
template_key = os.path.splitext(os.path.basename(file))[0]
|
template_key = os.path.splitext(os.path.basename(file))[0]
|
||||||
template = {'key': template_key, 'content': file_content}
|
template = {'key': template_key, 'content': file_content}
|
||||||
|
print('Deployment template %s', template)
|
||||||
templates.append(template)
|
templates.append(template)
|
||||||
|
|
||||||
print('Deploying %s templates from folder %s' % (len(templates), folder))
|
print('Deploying %s templates from folder %s' % (len(templates), folder))
|
||||||
|
|||||||
Reference in New Issue
Block a user