aboutsummaryrefslogtreecommitdiffstats
path: root/servo/stats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-25 12:15:36 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-25 12:15:36 +0200
commit2298cfd9bbc5d45bca32243a6d54d20a697651ec (patch)
tree95e64b82ccf6e56181961ec53df9b44ee6abee67 /servo/stats
parentd4a15caf7c56e8bb3bac247a0c8e3aa1420e642f (diff)
downloadServo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.gz
Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.bz2
Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.zip
Cleanup
Diffstat (limited to 'servo/stats')
-rw-r--r--servo/stats/queries.py1
1 files changed, 1 insertions, 0 deletions
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)