This commit is contained in:
Arvind Tiwari 2017-09-19 00:25:38 +05:30
parent 8db7ead9e2
commit 61bf158238
1 changed files with 1 additions and 2 deletions

View File

@ -973,8 +973,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
if not terminated:
response['text'] = ugettext(
'Error terminating VM') + opennebula_vm_id + '\n' +
err
'Error terminating VM') + opennebula_vm_id + '\n' + err
else:
for t in range(15):
try: