Merge "Fixed display problem with value_meta"

This commit is contained in:
Jenkins 2015-04-01 18:38:17 +00:00 committed by Gerrit Code Review
commit 1d16714af6
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def format_value_meta(measurements):
# returns newline separated values for the value column
measure_string_list = list()
for measure in measurements:
if len(measure) < 4:
if len(measure) < 3:
measure_string = ""
else:
meta_string_list = []