diff --git a/britney.py b/britney.py index ef0e659..a1bc5da 100755 --- a/britney.py +++ b/britney.py @@ -304,6 +304,11 @@ class Britney(object): self.merge_binaries('testing', 'unstable', arch) if hasattr(self.options, 'tpu'): self.binaries['tpu'][arch] = self.read_binaries(self.options.tpu, "tpu", arch) + else: + # _build_installability_tester relies it being + # properly initialised, so insert two empty dicts + # here. + self.binaries['tpu'][arch] = ({}, {}) if hasattr(self.options, 'pu'): self.binaries['pu'][arch] = self.read_binaries(self.options.pu, "pu", arch) else: