summaryrefslogtreecommitdiffstats
path: root/scripts/getstats1.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/getstats1.py')
-rw-r--r--scripts/getstats1.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/getstats1.py b/scripts/getstats1.py
index 37445ff..47798eb 100644
--- a/scripts/getstats1.py
+++ b/scripts/getstats1.py
@@ -84,9 +84,9 @@ class GetStats1:
# SingleContextBMStats objects.
def computeBMStatsList(self):
- # Get the context
- context = getContext(self.host_id, self.platform_id,
- self.branch_id, self.sha1_id)
+ # Get the context:
+ context = getContext(
+ self.host_id, self.platform_id, self.branch_id, self.sha1_id)
# Get all distinct benchmark/metric combinations matching the context:
bmark_metrics = execQuery("SELECT DISTINCT benchmarkId, metricId"