From 2298cfd9bbc5d45bca32243a6d54d20a697651ec Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 25 Nov 2015 12:15:36 +0200 Subject: Cleanup --- servo/stats/queries.py | 1 + 1 file changed, 1 insertion(+) (limited to 'servo/stats') diff --git a/servo/stats/queries.py b/servo/stats/queries.py index 85c5dbd..df93146 100644 --- a/servo/stats/queries.py +++ b/servo/stats/queries.py @@ -11,6 +11,7 @@ class StatsManager: def _result(self, args): result = [] self.cursor.execute(self.sql, args) + for k, v in self.cursor.fetchall(): if isinstance(v, decimal.Decimal): v = float(v) -- cgit v1.2.3