E201 whitespace after '['
This commit is contained in:
@ -481,7 +481,7 @@ def format_info(config, domain_information, long_output):
|
||||
def format_list(config, vm_list, raw):
|
||||
# Handle single-element lists
|
||||
if not isinstance(vm_list, list):
|
||||
vm_list = [ vm_list ]
|
||||
vm_list = [vm_list ]
|
||||
|
||||
# Function to strip the "br" off of nets and return a nicer list
|
||||
def getNiceNetID(domain_information):
|
||||
|
Reference in New Issue
Block a user