mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
solver.py: Add missing "no cover" pragma
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
d3e343a3bd
commit
a768432eb2
@ -65,7 +65,7 @@ class InstallabilitySolver(InstallabilityTester):
|
||||
|
||||
try: # pragma: no cover
|
||||
debug_solver = int(os.environ.get('BRITNEY_DEBUG', '0'))
|
||||
except:
|
||||
except: # pragma: no cover
|
||||
pass
|
||||
|
||||
# Build the tables
|
||||
|
Loading…
x
Reference in New Issue
Block a user