no coverage for unreached code

This commit is contained in:
Mike McLean 2016-10-12 20:36:41 -04:00
parent a1c8808544
commit b4be256abd
6 changed files with 136 additions and 136 deletions

View file

@ -94,7 +94,7 @@ def get_options():
if args:
parser.error("incorrect number of arguments")
#not reached
assert False
assert False # pragma: no cover
# load local config
config = ConfigParser()