From f9f04a9f589926a0c4c91d63321dc1358b1dff5a Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 29 Oct 2009 18:54:01 +0000 Subject: [PATCH] We renamed s/directory/queue/ in this code. Signed-off-by: Chris Lamb --- daklib/queue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): -- 2.39.2