提交 7de18480 编写于 作者: M Mike O'Connor

stupid bad merge syntax error

Signed-off-by: NMike O'Connor <stew@vireo.org>
上级 b373c111
......@@ -829,9 +829,8 @@ def copy_temporary_contents(package, version, deb):
subst = {
"__PACKAGE__": package,
"__VERSION__": version,
"__TO_ADDRESS__": Cnf["Dinstall::MyAdminAddress",
"__DAK_ADDRESS__": Cnf["Dinstall::MyEmailAddress"]
}
"__TO_ADDRESS__": Cnf["Dinstall::MyAdminAddress"],
"__DAK_ADDRESS__": Cnf["Dinstall::MyEmailAddress"] }
message = utils.TemplateSubst(Subst, Cnf["Dir::Templates"]+"/missing-contents")
utils.send_mail( message )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册