qvm-ls: fix -O with uppercase names
This commit is contained in:
parent
934f8fcdd9
commit
23fe5e431c
@ -563,7 +563,7 @@ def main(args=None, app=None):
|
||||
# assume unknown columns are VM properties
|
||||
for col in columns:
|
||||
if col.upper() not in Column.columns:
|
||||
PropertyColumn(col)
|
||||
PropertyColumn(col.lower())
|
||||
|
||||
if args.spinner:
|
||||
# we need Enterprise Edition™, since it's the only one that detects TTY
|
||||
|
Loading…
Reference in New Issue
Block a user