X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Frm.py;fp=daklib%2Frm.py;h=92cd5906518b12c6943eae7699d96c064661fd4c;hb=39d9c1ebacdeb8af1d01d5b88a56c3522b74d235;hp=f9917584b607d2059e5b1a56c07ece520eb4dd3a;hpb=e99233ab2b30c3f19ddd3f307a3f5314d5bb211d;p=dak.git diff --git a/daklib/rm.py b/daklib/rm.py index f9917584..92cd5906 100644 --- a/daklib/rm.py +++ b/daklib/rm.py @@ -465,7 +465,7 @@ def remove(session, reason, suites, removals, session.execute("DELETE FROM bin_associations WHERE bin = :packageid AND suite = :suiteid", {'packageid': package_id, 'suiteid': suite_id}) # Delete from the override file - if partial: + if not partial: if architecture == "source": type_id = dsc_type_id else: