[Blends-commit] [SCM] website branch, master, updated. 03d77d974543c107033c74a86360a980bc190e8a

Andreas Tille tille at debian.org
Mon Sep 9 09:24:16 UTC 2013


The following commit has been merged in the master branch:
commit 03d77d974543c107033c74a86360a980bc190e8a
Author: Andreas Tille <tille at debian.org>
Date:   Mon Sep 9 11:28:16 2013 +0200

    Make sure user advise is really printed

diff --git a/webtools/bugs_udd.py b/webtools/bugs_udd.py
index 12d625c..569731c 100755
--- a/webtools/bugs_udd.py
+++ b/webtools/bugs_udd.py
@@ -340,7 +340,7 @@ the right shows the tasks of %s.""" ) \
         else:
             bugs_data[task]['weightedsev']   = _('Immediately looking into bugs of the dependencies of this task is advised')
             bugs_data[task]['weightedclass'] = data['assessments'][5][1]
-        bugs_data[task]['weightedsev']   =  ' (%i)' % bugs_data[task]['weighttask']
+        bugs_data[task]['weightedsev']   +=  ' (%i)' % bugs_data[task]['weighttask']
 
     # Debuging output in JSON file
     f = open(blendname+'_bugs.json', 'w')

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list