[AB-xxx] small installer logging improvement

This commit is contained in:
Sheldan
2023-02-04 17:11:57 +01:00
parent a9dadec8ef
commit 8a1bb4cad8

View File

@@ -18,6 +18,7 @@ def deploy_template_folder(db_config, folder):
file_content = template_file.read()
template_key = os.path.splitext(os.path.basename(file))[0]
template = {'key': template_key, 'content': file_content}
print('Deployment template %s', template)
templates.append(template)
print('Deploying %s templates from folder %s' % (len(templates), folder))