X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fcontents.py;h=07734075ed4e4d779d221b08eb9799bc5d91d85b;hb=abcd0f018dc49a218ce70d22e97fc7b654fcf1c8;hp=aedeb83dff5d529ad0bcf5ee417147841ecd77f2;hpb=2cb93d121639db839caead146d0d68dd390b3624;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()