提交 9b2e18bb 编写于 作者: J Joerg Jaspert

better function names

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 7704f68f
......@@ -256,8 +256,8 @@ QueueInfo = {
"new": { "is": is_new, "process": acknowledge_new },
"autobyhand" : { "is" : is_autobyhand, "process": do_autobyhand },
"byhand" : { "is": is_byhand, "process": do_byhand },
"embargoed" : { "is": is_embargoed, "process": do_embargoed },
"unembargoed" : { "is": is_unembargoed, "process": do_unembargoed },
"embargoed" : { "is": is_embargo, "process": do_embargo },
"unembargoed" : { "is": is_unembargo, "process": do_unembargo },
}
def determine_target(u):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册