Bugfix for the author filter in author.py
commite5fbaf8ef2db7eab06776882696430392d40fdb2
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 10 Jun 2008 12:11:47 +0000 (10 14:11 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 10 Jun 2008 12:11:47 +0000 (10 14:11 +0200)
treeaa5f22b31c8a9ee2a7b57f0459c05d3146b71220
parentfec4df6cb2322aabeeefa67be380f694dc2c6d6c
Bugfix for the author filter in author.py

Instead of using instance variables class variables were
used, which then ofcourse were not cleared when they
should have been. The cleanest fix is to properly use
instance variables.

Bug-introduced-in: d2dc9cc7ff7c58859820c128b6c54b7ea44fd7af
src/git_stats/author.py
src/t/t8100-stats.sh