Lint: E202 whitespace before ']'

This commit is contained in:
2020-11-07 13:02:54 -05:00
parent d2e5ede399
commit d2490419c5
9 changed files with 25 additions and 27 deletions

View File

@ -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):