Add coverage comment

This commit is contained in:
Florian Bruhin 2018-10-03 16:23:59 +02:00
parent a5a222244d
commit d04b435ed2

View File

@ -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}"