[Libreoffice-commits] dev-tools.git: esc-reporting/esc-report.py
jan Iversen
jani at documentfoundation.org
Fri Nov 18 16:08:09 UTC 2016
esc-reporting/esc-report.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 72609b1d077dd6116c8eaeb4f400fa3626437119
Author: jan Iversen <jani at 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'},
More information about the Libreoffice-commits
mailing list