Use correct self.hints instead of non-existent hints.

Signed-off-by: Jurij Smakov <jurij@droopy.oc.cox.net>
bzr-import-20160707
Jurij Smakov 16 years ago
parent c0cec7cad0
commit b2b6b535f7

@ -1200,8 +1200,8 @@ class Britney:
elif 'source' in self.hints["block-all"]: elif 'source' in self.hints["block-all"]:
blocked["block"] = self.hints["block-all"]["source"] blocked["block"] = self.hints["block-all"]["source"]
if src in hints["block-udeb"]: if src in self.hints["block-udeb"]:
blocked["block-udeb"] = hints["block-udeb"][src] blocked["block-udeb"] = self.hints["block-udeb"][src]
# if the source is blocked, then look for an `unblock' hint; the unblock request # if the source is blocked, then look for an `unblock' hint; the unblock request
# is processed only if the specified version is correct. If a package is blocked # is processed only if the specified version is correct. If a package is blocked

Loading…
Cancel
Save