qvm-ls: fix -O with uppercase names

This commit is contained in:
Wojtek Porczyk 2017-06-08 13:08:56 +02:00
parent 934f8fcdd9
commit 23fe5e431c

View File

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