Don't die when an option is not specified at all
commitf0fb5005230239db6f1e0455a927dfa937671d5d
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:33:26 +0000 (10 13:33 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:33:26 +0000 (10 13:33 +0200)
treecd350302065a7d4a62248ca503683a4ef36eb279
parent8b407003966386fe97da5f36eee37fb3a67cc5e5
Don't die when an option is not specified at all

In bug.py we died when an option (such as the diff filter)
was not specified at all (e.g., both not in the config file
and not on the command line). Instead we should just ignore
it.
src/git_stats/bug.py