Fix PEP 8 issue.
This commit is contained in:
parent
01436cf186
commit
879feff6b7
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ def create(module):
|
||||||
|
|
||||||
if task is False:
|
if task is False:
|
||||||
module.fail('Failed to create vapp: ' + vapp_name)
|
module.fail('Failed to create vapp: ' + vapp_name)
|
||||||
|
|
||||||
module.vca.block_until_completed(task)
|
module.vca.block_until_completed(task)
|
||||||
|
|
||||||
def delete(module):
|
def delete(module):
|
||||||
|
|
Loading…
Reference in a new issue