From: Mark Hymers Date: Sat, 31 Oct 2009 21:29:03 +0000 (+0000) Subject: typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb98ceae164fcf56be1f34e622e3b0984abd9bda;p=dak typo Signed-off-by: Mark Hymers --- diff --git a/daklib/queue.py b/daklib/queue.py index 66424d86..0c61843d 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1969,7 +1969,7 @@ distribution.""" # Set up our copy queues (e.g. buildd queues) for suite_name in self.pkg.changes["distribution"].keys(): suite = get_suite(suite_name, session) - for q in suite.copyqueues: + for q in suite.copy_queues: for f in poolfiles: q.add_file_from_pool(f)