提交 f9f04a9f 编写于 作者: C Chris Lamb

We renamed s/directory/queue/ in this code.

Signed-off-by: NChris Lamb <lamby@debian.org>
上级 885fa6ac
......@@ -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):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册