scripts/esc-mentoring.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a26513bc551b6ab7b03621dc014452ccc895371
Author: jan iversen <j...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to