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

Signed-off-by: Jurij Smakov <jurij@droopy.oc.cox.net>
master
Jurij Smakov 15 years ago
parent 792cbf7175
commit f52dea4d51

@ -1200,8 +1200,8 @@ class Britney:
elif 'source' in self.hints["block-all"]:
blocked["block"] = self.hints["block-all"]["source"]
if src in hints["block-udeb"]:
blocked["block-udeb"] = hints["block-udeb"][src]
if src in self.hints["block-udeb"]:
blocked["block-udeb"] = self.hints["block-udeb"][src]
# 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

Loading…
Cancel
Save