[Libreoffice-commits] dev-tools.git: scripts/esc-mentoring.py
jan iversen
jani at documentfoundation.org
Thu Feb 18 07:28:17 UTC 2016
scripts/esc-mentoring.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2a26513bc551b6ab7b03621dc014452ccc895371
Author: jan iversen <jani at documentfoundation.org>
Date: Thu Feb 18 08:27:27 2016 +0100
mentoring tool
Update to ESC report
diff --git a/scripts/esc-mentoring.py b/scripts/esc-mentoring.py
index c8bf8c6..a5a5c65 100755
--- a/scripts/esc-mentoring.py
+++ b/scripts/esc-mentoring.py
@@ -183,7 +183,7 @@ def ESC_report(easyHacks, gerritOpen, gerritContributor) :
# can be merged (depending comments)
if checkGerrit(1, row) :
xRevi += 1
- print(' gerrit: open patches {} of which {} can be merged if no open comments'.format(xTot, xRevi))
+ print(' gerrit: {} open patches of which {} can be merged if no open comments'.format(xTot, xRevi))
xTot = len(gerritContributor)
xRevi = 0
for row in gerritContributor:
More information about the Libreoffice-commits
mailing list