Get the developer count right even without full patch info
This commit is contained in:
2
gitdm
2
gitdm
@@ -363,7 +363,7 @@ hlist = database.AllHackers ()
|
|||||||
elist = database.AllEmployers ()
|
elist = database.AllEmployers ()
|
||||||
ndev = nempl = 0
|
ndev = nempl = 0
|
||||||
for h in hlist:
|
for h in hlist:
|
||||||
if max (h.added, h.removed) > 0:
|
if len (h.patches) > 0:
|
||||||
ndev += 1
|
ndev += 1
|
||||||
for e in elist:
|
for e in elist:
|
||||||
if e.count > 0:
|
if e.count > 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user