X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_overrides.py;h=5d6ba46ce6eefe33bd2b1b1ef8b8e1691bcc56c9;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=1add8f5b7627060fa3d9ef2f65937f6d050ee536;hpb=f82ba4157032e845c6c5d96495d0cbbf9bba204b;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