mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
lint
This commit is contained in:
parent
53cda4eb96
commit
c47ffd9daf
@ -457,7 +457,7 @@ def list_nodes_min(kwargs=None, call=None): # pylint: disable=W0613
|
||||
'''
|
||||
ret = {}
|
||||
conn = get_conn()
|
||||
property_names=['name']
|
||||
property_names = ['name']
|
||||
result = conn._retrieve_properties_traversal(
|
||||
property_names=property_names, obj_type='VirtualMachine'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user