mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 23:38:20 +00:00
britney.py: Fix typo in variable name
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
58b73c1906
commit
2fadfe3724
@ -2614,7 +2614,7 @@ class Britney(object):
|
||||
self.log(" %s - invalid nuninst: %s" % (arch, str(false_positives)), type="E")
|
||||
self.log(" %s - actual nuninst: %s" % (arch, str(actual_nuninst)), type="I")
|
||||
self.log("==================== NUNINST OUT OF SYNC =========================", type="E")
|
||||
if not only_on_break_arches:
|
||||
if not only_on_break_archs:
|
||||
raise AssertionError("NUNINST OUT OF SYNC")
|
||||
else:
|
||||
self.log("Nuninst is out of sync on some break arches",
|
||||
|
Loading…
x
Reference in New Issue
Block a user