aboutsummaryrefslogtreecommitdiffstats
path: root/data/report/get_indices.py
diff options
context:
space:
mode:
Diffstat (limited to 'data/report/get_indices.py')
-rw-r--r--data/report/get_indices.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/report/get_indices.py b/data/report/get_indices.py
index e23fdb89..91219c0b 100644
--- a/data/report/get_indices.py
+++ b/data/report/get_indices.py
@@ -1,8 +1,8 @@
import json
+
def get_index(suite):
- with open ('../../results/'+suite+'.json') as result_file:
- result_djson=json.load(result_file)
- index=result_djson['index']
-
+ with open('../../results/' + suite + '.json') as result_file:
+ result_djson = json.load(result_file)
+ index = result_djson['index']
return index