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

View File

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