提交 db83ad23 编写于 作者: M Mark Hymers

Fix typo

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 48a259ec
......@@ -1058,7 +1058,7 @@ class Upload(object):
# TODO: Dynamically generate this list
for queue_name in [ "byhand", "new", "proposedupdates", "oldproposedupdates", "embargoed", "unembargoed" ]:
queue = get_policy_queue(queue_name, session)
if queue and os.path.exists(queue.path, f)):
if queue and os.path.exists(queue.path, f):
self.rejects.append("%s file already exists in the %s queue." % (f, queue_name))
if not re_taint_free.match(f):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册