Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/gwn: gmn_bugzie.py
Date: Fri, 01 Nov 2013 17:09:12
Message-Id: 20131101170906.9F0BA2004B@flycatcher.gentoo.org
1 hwoarang 13/11/01 17:09:06
2
3 Modified: gmn_bugzie.py
4 Log:
5 typo
6
7 Revision Changes Path
8 1.9 src/gwn/gmn_bugzie.py
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?r1=1.8&r2=1.9
13
14 Index: gmn_bugzie.py
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/gwn/gmn_bugzie.py,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- gmn_bugzie.py 31 Oct 2013 19:07:33 -0000 1.8
21 +++ gmn_bugzie.py 1 Nov 2013 17:09:06 -0000 1.9
22 @@ -175,7 +175,7 @@
23 print "\n<h2>Assigned bug ranking</h2>\n"
24 print "The developers and teams who have been assigned the most bugs during this period are as follows.\n"
25 print "[table]"
26 -print "Rank, Team/Developer/, Bug Count"
27 +print "Rank, Team/Developer, Bug Count"
28 for i in range(0,9):
29 print "%d, %s, %s" % (i+1, strip(groups_that_opened_most[i][2][0]), str(groups_that_opened_most[i][1]))
30 oleft += groups_that_opened_most[i][1]