mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-26 11:19:59 -05:00
Fixed indentation space and Tab format issues
This commit is contained in:
parent
e4309fae23
commit
3a3ec03834
@ -27,14 +27,11 @@ vCenter/ESX
|
||||
stub_config = None
|
||||
cleardata = False
|
||||
|
||||
|
||||
def setup(context=None):
|
||||
global stub_config, cleardata
|
||||
server, username, password, cleardata, skip_verification = \
|
||||
parse_cli_args()
|
||||
stub_config = vapiconnect.connect(server,
|
||||
username,
|
||||
password,
|
||||
skip_verification)
|
||||
server, username, password, cleardata, skip_verification = parse_cli_args()
|
||||
stub_config = vapiconnect.connect(server, username, password, skip_verification)
|
||||
atexit.register(vapiconnect.logout, stub_config)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user