Merge "Fixed display problem with value_meta"
This commit is contained in:
commit
1d16714af6
@ -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 = []
|
||||||
|
Loading…
Reference in New Issue
Block a user