When the specified path was not found, return an empty dict
commit8b407003966386fe97da5f36eee37fb3a67cc5e5
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)
tree4aa39f787399f02cb80837d8db792ca48c47a3c8
parent0c92d0d43cd31b97a69bb2c87cca95cb7c972d9f
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