[Libreoffice-commits] dev-tools.git: scripts/esc-mentoring.py
Jan Iversen
jani at documentfoundation.org
Sun Mar 6 19:31:23 UTC 2016
scripts/esc-mentoring.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit e4c4a164947235e458a9b0374cc0049bcea1fdbe
Author: Jan Iversen <jani at documentfoundation.org>
Date: Sun Mar 6 20:30:13 2016 +0100
esc-mentoring tool
Removed list of needinfo+easyHack from ESC report
diff --git a/scripts/esc-mentoring.py b/scripts/esc-mentoring.py
index e9a57e4..4f41a1c 100755
--- a/scripts/esc-mentoring.py
+++ b/scripts/esc-mentoring.py
@@ -192,11 +192,11 @@ def ESC_report(easyHacks, gerritOpen, gerritContributor, needsDevEval) :
for row in pNew :
print(' ', end='')
print(formatEasy(row))
- if xInfo > 0 :
- print(' need info (mentor or code pointer), please help:')
- for row in pInfo :
- print(' ', end='')
- print(formatEasy(row))
+# if xInfo > 0 :
+# print(' need info (mentor or code pointer), please help:')
+# for row in pInfo :
+# print(' ', end='')
+# print(formatEasy(row))
xTot = len(gerritOpen)
xRevi = 0
More information about the Libreoffice-commits
mailing list