gitstats: When the specified path was not found, return an empty dict
commit0e9696a44287541c33e48537d2a431568270808e
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:31:19 +0000 (10 13:31 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:33:03 +0000 (10 13:33 +0200)
treee83f687a49effd438c0632dac72fe80cac8aef07
parent65072c4da7ed9250a9165a946336af9f39a5c253
gitstats: When the specified path was not found, return an empty dict

Instead of dying on open() in config.py when the specified
path is not a file (or does not exist) , just return an
empty dict.
src/git_stats/config.py