You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2019/07/05 09:14:52 UTC

svn commit: r1862599 - /incubator/public/trunk/clutch2report.py

Author: jmclean
Date: Fri Jul  5 09:14:52 2019
New Revision: 1862599

URL: http://svn.apache.org/viewvc?rev=1862599&view=rev
Log:
Add double space for new lines in markdown

Modified:
    incubator/public/trunk/clutch2report.py

Modified: incubator/public/trunk/clutch2report.py
URL: http://svn.apache.org/viewvc/incubator/public/trunk/clutch2report.py?rev=1862599&r1=1862598&r2=1862599&view=diff
==============================================================================
--- incubator/public/trunk/clutch2report.py (original)
+++ incubator/public/trunk/clutch2report.py Fri Jul  5 09:14:52 2019
@@ -27,8 +27,8 @@ months2groups = [ 'group-1', 'group-2',
                   'group-1', 'group-2', 'group-3',
                   'group-1', 'group-2', 'group-3']
 
-mentortemplate = """- [ ] ({0}) {1}
-     Comments:"""
+mentortemplate = """- [ ] ({0}) {1}  
+     Comments:  """
 
 boilerplate = """
 = Incubator PMC report for {month} {year} =
@@ -223,7 +223,7 @@ def main():
     for project in sorted(projects.keys()):
         pdata = projects[project]
         if pdata['rawReportingGroup'] == curGroup or pdata['reportingMonthly']:
-            toc = toc + "[" + projects[project]['fullName'] + "](#" + projects[project]['fullName'] +")\n"
+            toc = toc + "[" + projects[project]['fullName'] + "](#" + projects[project]['fullName'] +")  \n"
          
     output.write(boilerplate.format(month=calendar.month_name[month],
                                     last_month=calendar.month_name[last_month],



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org