mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-24 17:31:14 +00:00
Fix KeyError from last commit, needs more thorough debugging when that happens
This commit is contained in:
parent
ca9987def8
commit
ee0d5096de
@ -530,10 +530,8 @@ class AutoPackageTest(object):
|
|||||||
passed = False
|
passed = False
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# ignore if Swift results are disabled
|
# ignore if adt or swift results are disabled
|
||||||
if not hasattr(self.britney.options, 'adt_swift_url'):
|
continue
|
||||||
continue
|
|
||||||
raise
|
|
||||||
|
|
||||||
# disabled or ignored?
|
# disabled or ignored?
|
||||||
if not arch_status:
|
if not arch_status:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user