From e431e8bc4560737f578e8b4bf8a624d6911aa2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 26 Jun 2016 13:02:34 +0200 Subject: [PATCH] qvm-ls: fix handling explicit VMs list --- qvm-tools/qvm-ls | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qvm-tools/qvm-ls b/qvm-tools/qvm-ls index c4af2d7c..26767890 100755 --- a/qvm-tools/qvm-ls +++ b/qvm-tools/qvm-ls @@ -217,12 +217,12 @@ def main(): assert len(vms_to_display) == no_vms - #We DON'T NEED a max_width if we devide output by pipes! + #We DON'T NEED a max_width if we devide output by pipes! - # First calculate the maximum width of each field we want to display - # also collect data to display - for f in fields_to_display: - fields[f]["max_width"] = len(f) + # First calculate the maximum width of each field we want to display + # also collect data to display + for f in fields_to_display: + fields[f]["max_width"] = len(f) data_to_display = []