mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-23 00:41:09 +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
|
||||
continue
|
||||
|
||||
# ignore if Swift results are disabled
|
||||
if not hasattr(self.britney.options, 'adt_swift_url'):
|
||||
continue
|
||||
raise
|
||||
# ignore if adt or swift results are disabled
|
||||
continue
|
||||
|
||||
# disabled or ignored?
|
||||
if not arch_status:
|
||||
|
Loading…
x
Reference in New Issue
Block a user