Get the developer count right even without full patch info

This commit is contained in:
Jonathan Corbet
2009-07-24 17:11:41 -06:00
parent e7b9d7eba1
commit 79414010fb

2
gitdm
View File

@@ -363,7 +363,7 @@ hlist = database.AllHackers ()
elist = database.AllEmployers ()
ndev = nempl = 0
for h in hlist:
if max (h.added, h.removed) > 0:
if len (h.patches) > 0:
ndev += 1
for e in elist:
if e.count > 0: