The following commit has been merged in the master branch:
commit 03d77d974543c107033c74a86360a980bc190e8a
Author: Andreas Tille <[email protected]>
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

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to