Commit 4f207d32 authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in tab titles

parent f432704c
......@@ -31,7 +31,7 @@ class DefaultTabularExit(plugin.OutputPreparationPlugin):
elif numberOfReplications>1:
# create the titles of the columns
data['result']['result_list'][0]['exit_output'] = [['Exit Id','','Throughput','' , '','Takt Time','','', 'Lifespan',''],
['','LB','AVG','RB','LB','AVG','RB','LB','AVG','RB']]
['','LB','AVG','UB','LB','AVG','UB','LB','AVG','UB']]
for record in data['result']['result_list'][0]['elementList']:
family=record.get('family',None)
# when found, add a row with the results of the specific exit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment