no coverage for unreached code
This commit is contained in:
parent
a1c8808544
commit
b4be256abd
6 changed files with 136 additions and 136 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue