commit:     11d166a0b90d591b1e18efac99d1b729c6d30678
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 18:04:01 2017 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 18:04:01 2017 +0000
URL:        
https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=11d166a0

fix ame 'adict' is not defined line 273

 python/tbc_www/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tbc_www/views.py b/python/tbc_www/views.py
index 305ed8c..c272c50 100644
--- a/python/tbc_www/views.py
+++ b/python/tbc_www/views.py
@@ -270,7 +270,7 @@ def new_logs(request):
                adict2['Fail'] = BL.Fail
                adict2['SummeryText'] = BL.SummeryText
                if BL.Fail:
-                       adict['FI'] = fail_status(BL.BuildLogId)
+                       adict2['FI'] = fail_status(BL.BuildLogId)
                alist.append(adict2)
        TmpDict['BL_tmp'] = alist
        TmpDict['QA_tmp'] = BuildLogsQa.objects.filter(BuildLogId__New = True)

Reply via email to