esc-reporting/esc-report.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 72609b1d077dd6116c8eaeb4f400fa3626437119
Author: jan Iversen <j...@documentfoundation.org>
Date:   Fri Nov 18 17:07:47 2016 +0100

    missed number of closed bugs

diff --git a/esc-reporting/esc-report.py b/esc-reporting/esc-report.py
index 7695fe8..190f23a 100755
--- a/esc-reporting/esc-report.py
+++ b/esc-reporting/esc-report.py
@@ -361,9 +361,11 @@ def report_ui(statList, openhubData, gerritData, gitData, 
bugzillaData, cfg):
           "* UX update (heiko)\n"
           "    + Bugzilla (topicUI) statistics\n"
           "        {} (topicUI) bugs open, {} (needsUXEval) needs to be 
evaluated by the UXteam\n"
+          "        {} closed during last week\n"
           "    + Updates:".format(
           util_build_escNumber('ui', 'topicUI', statList),
-          util_build_escNumber('ui', 'needsUXEval', statList)), file=fp)
+          util_build_escNumber('ui', 'needsUXEval', statList),
+          util_build_escNumber('ui', 'closed', statList)), file=fp)
 
     xRow = [{'db': 'ui',  'tag': 'added',       'text': 'added'},
             {'db': 'ui',  'tag': 'commented',  'text': 'commented'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to