From: Joerg Jaspert Date: Sun, 19 Sep 2010 17:54:36 +0000 (+0200) Subject: This should actually enable us to accept packages again X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fd29e4a6834a0b9f1d0c604d174db6da0ac4d84d;p=dak.git This should actually enable us to accept packages again Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue.py b/daklib/queue.py index 305d4838..2235f751 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -2056,7 +2056,7 @@ distribution.""" # Copy the .changes file across for suite which need it. copy_changes = dict([(x.copychanges, '') - for x in session.query(Suite).filter(Suite.suite_name.in_([self.pkg.changes["distribution"].keys()])).all() + for x in session.query(Suite).filter(Suite.suite_name.in_(self.pkg.changes["distribution"].keys())).all() if x.copychanges is not None]) for dest in copy_changes.keys():