Separate two error messages with a period

This commit is contained in:
M.Ravi 2018-06-27 12:24:16 +02:00
parent 2cd73b313a
commit 88e6d9d216
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ def create_vm_task(self, vm_template_id, user, specs, template, order_id):
)
logger.error(emsg)
if error_msg:
error_msg += emsg
error_msg += ". " + emsg
else:
error_msg = emsg