remove pragma nocover
This commit is contained in:
parent
1f4eb421db
commit
5207dc68ee
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class ProjectMap(BaseProject):
|
||||||
msg=u(ex),
|
msg=u(ex),
|
||||||
pattern=u(pattern),
|
pattern=u(pattern),
|
||||||
))
|
))
|
||||||
except TypeError: # pragma: nocover
|
except TypeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in a new issue