You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/07 05:33:23 UTC

svn commit: r1864591 - /comdev/reporter.apache.org/trunk/scripts/wsgi.py

Author: humbedooh
Date: Wed Aug  7 05:33:23 2019
New Revision: 1864591

URL: http://svn.apache.org/viewvc?rev=1864591&view=rev
Log:
sort these as well

Modified:
    comdev/reporter.apache.org/trunk/scripts/wsgi.py

Modified: comdev/reporter.apache.org/trunk/scripts/wsgi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/wsgi.py?rev=1864591&r1=1864590&r2=1864591&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/wsgi.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/wsgi.py Wed Aug  7 05:33:23 2019
@@ -53,7 +53,7 @@ def app(environ, start_fn):
         ddata, allpmcs, health = pdata.getProjectData()
         dumps['you'] = committers[user]
         dumps['all'] = sorted(allpmcs)
-        dumps['pmcs'] = groups
+        dumps['pmcs'] = sorted(groups)
         dumps['pmcsummary'] = pmcSummary
         output = dumps