From: Chris Lamb Date: Thu, 29 Oct 2009 18:54:01 +0000 (+0000) Subject: We renamed s/directory/queue/ in this code. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f9f04a9f589926a0c4c91d63321dc1358b1dff5a;hp=885fa6acaf90a83f8d531c9a43b2e0d4f0b1ca8d;p=dak.git We renamed s/directory/queue/ in this code. Signed-off-by: Chris Lamb --- diff --git a/daklib/queue.py b/daklib/queue.py index d73b4797..174c02c8 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1263,11 +1263,11 @@ class Upload(object): 'OldProposedUpdates', 'Embargoed', 'Unembargoed') for queue in queues: - if 'Dir::Queue::%s' % directory not in cnf: + if 'Dir::Queue::%s' % queue not in cnf: continue queuefile_path = os.path.join( - cnf['Dir::Queue::%s' % directory], filename + cnf['Dir::Queue::%s' % queue], filename ) if not os.path.exists(queuefile_path):