X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Frm.py;fp=daklib%2Frm.py;h=e6940d53de99fce1268c2588842ddc04cdcb346d;hb=7694f70728c238b5e00ddfdcf3cd511d8bb546e5;hp=e20cb5c1abe5850ff40c1214d8cb55fd1a47162e;hpb=57ab3a0d9a3eafaadd407ab5c1473d5b75397b70;p=dak.git diff --git a/daklib/rm.py b/daklib/rm.py index e20cb5c1..e6940d53 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: