X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_overrides.py;h=5d6ba46ce6eefe33bd2b1b1ef8b8e1691bcc56c9;hb=cadbdf89b46a56ad6b72c91ade7f653a8441c705;hp=1add8f5b7627060fa3d9ef2f65937f6d050ee536;hpb=9712232b0b5afdf3e329ee8874d50b6c969e95a8;p=dak.git diff --git a/dak/control_overrides.py b/dak/control_overrides.py index 1add8f5b..5d6ba46c 100755 --- a/dak/control_overrides.py +++ b/dak/control_overrides.py @@ -297,7 +297,7 @@ def main (): if action == "list": list_overrides(suite, component, otype) else: - if Cnf.has_key("Suite::%s::Untouchable" % suite) and Cnf["Suite::%s::Untouchable" % suite] != 0: + if database.get_suite_untouchable(suite): utils.fubar("%s: suite is untouchable" % suite) noaction = 0