Add a missing "no cover"

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent 427328821e
commit b200c15062
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -364,7 +364,7 @@ def check_target_suite_source_pkg_consistency(suite_info, comment, logger):
logger.error("inconsistency found (%s): binary %s from source %s not in binaries_t[%s]" % ( logger.error("inconsistency found (%s): binary %s from source %s not in binaries_t[%s]" % (
comment, binary, src, parch)) comment, binary, src, parch))
if issues_found: if issues_found: # pragma: no cover
raise AssertionError("inconsistencies found in target suite") raise AssertionError("inconsistencies found in target suite")

Loading…
Cancel
Save