diff options
Diffstat (limited to 'israwhidebroken/templates/index.html')
-rw-r--r-- | israwhidebroken/templates/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/israwhidebroken/templates/index.html b/israwhidebroken/templates/index.html index 94b6866..86968dd 100644 --- a/israwhidebroken/templates/index.html +++ b/israwhidebroken/templates/index.html @@ -15,13 +15,6 @@ def rclass(r): if r is None: return None return r.result and 'pass' or 'fail' - -results = {} -for tree in trees: - rdict = dict([(t.id, None) for t in tests]) - for r in tree.results: - rdict[r.testID] = r - results[tree.id] = rdict ?> <body> |