Updates to the cli to clean up table handling when all fields are
available from protobuf. All tables should look the way they did before
the cli changes for performance management.
Change-Id: I28ab15eea063db475f1ba689ff01eb1a15a39f86
diff --git a/cli/table.py b/cli/table.py
index fd25c69..1a1f576 100644
--- a/cli/table.py
+++ b/cli/table.py
@@ -85,8 +85,8 @@
if field_key not in self.field_names:
self.field_names[field_key] = field_name
self._update_max_length(field_key, field_name)
- #else:
- # assert self.field_names[field_key] == field_name
+ else:
+ assert self.field_names[field_key] == field_name
def print_pb_list_as_table(header, items, fields_to_omit=None,