Fix PEP warning
This commit is contained in:
parent
22d3b1f83c
commit
57b6b18243
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Command(BaseCommand):
|
||||||
if vm_id and vm_id > 0:
|
if vm_id and vm_id > 0:
|
||||||
result_dict[vm_name] = "%s OK, created VM %s" % (
|
result_dict[vm_name] = "%s OK, created VM %s" % (
|
||||||
'%s %s %s' % (vm_template.opennebula_vm_template_id,
|
'%s %s %s' % (vm_template.opennebula_vm_template_id,
|
||||||
vm_template.name, vm_template.vm_type),
|
vm_template.name, vm_template.vm_type),
|
||||||
vm_id
|
vm_id
|
||||||
)
|
)
|
||||||
self.stdout.write(self.style.SUCCESS(result_dict[vm_name]))
|
self.stdout.write(self.style.SUCCESS(result_dict[vm_name]))
|
||||||
|
|
Loading…
Reference in a new issue