Add coverage comment
This commit is contained in:
parent
a5a222244d
commit
d04b435ed2
@ -80,7 +80,7 @@ class ListCategory(QSortFilterProxyModel):
|
||||
left = self.srcmodel.data(lindex)
|
||||
right = self.srcmodel.data(rindex)
|
||||
|
||||
if left is None or right is None:
|
||||
if left is None or right is None: # pragma: no cover
|
||||
log.completion.warning("Got unexpected None value, "
|
||||
"left={!r} right={!r} "
|
||||
"lindex={!r} rindex={!r}"
|
||||
|
Loading…
Reference in New Issue
Block a user