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/06 10:47:22 UTC

svn commit: r1864503 - /comdev/reporter.apache.org/trunk/site/getjson.py

Author: humbedooh
Date: Tue Aug  6 10:47:22 2019
New Revision: 1864503

URL: http://svn.apache.org/viewvc?rev=1864503&view=rev
Log:
no need to include later if we got it here

Modified:
    comdev/reporter.apache.org/trunk/site/getjson.py

Modified: comdev/reporter.apache.org/trunk/site/getjson.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/getjson.py?rev=1864503&r1=1864502&r2=1864503&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Tue Aug  6 10:47:22 2019
@@ -164,6 +164,7 @@ def getJIRAProjects(project, tlpid):
                 break
             elif xtlp['name'] == entry['name'] and xtlp['id'] == tlpid:
                 jiras.append(entry['key'])
+                mayuse = False
                 break
         if mayuse and 'projectCategory' in entry and fixProjectCategory(entry['projectCategory']['name']) == project:
             jiras.append(entry['key'])