gitstats: Bugfix for the author filter in author.py
commit0bddac036ec17348401fd1ed23b059d7a28c71ed
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
parentb8208696c870fbb5b05913ac8af879d72e7f5d9b
gitstats: 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