Index: lnt/server/reporting/summaryreport.py =================================================================== --- lnt/server/reporting/summaryreport.py +++ lnt/server/reporting/summaryreport.py @@ -179,7 +179,7 @@ # ) self.data_table = {} - self._build_data_table() + self._build_data_table(session) # Compute indexed data table by applying the indexing functions. self._build_indexed_data_table() @@ -190,7 +190,7 @@ # Build final organized data tables. self._build_final_data_tables() - def _build_data_table(self): + def _build_data_table(self, session): def get_nts_datapoints_for_sample(ts, sample): # Get the basic sample info. run_id = sample[0]