X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fcontents.py;fp=daklib%2Fcontents.py;h=07734075ed4e4d779d221b08eb9799bc5d91d85b;hb=74c42205ba675d0ab3481a5570ece6a051086e32;hp=aedeb83dff5d529ad0bcf5ee417147841ecd77f2;hpb=5d2df6d06988d55740f10912c3d837d950d078b5;p=dak.git diff --git a/daklib/contents.py b/daklib/contents.py index aedeb83d..07734075 100644 --- a/daklib/contents.py +++ b/daklib/contents.py @@ -301,7 +301,7 @@ class ContentsWriter(object): if len(component_names) > 0: component_query = component_query.filter(Component.component_name.in_(component_names)) if not force: - suite_query = suite_query.filter_by(untouchable = False) + suite_query = suite_query.filter(Suite.untouchable == False) deb_id = get_override_type('deb', session).overridetype_id udeb_id = get_override_type('udeb', session).overridetype_id pool = Pool()