提交 6690b86e 编写于 作者: C Chris Lamb

Use session because we have it.

Signed-off-by: NChris Lamb <lamby@debian.org>
上级 438559c9
......@@ -506,8 +506,8 @@ def main ():
logfile.write("----------------------------------------------\n")
logfile.flush()
dsc_type_id = get_override_type('dsc')
deb_type_id = get_override_type('deb')
dsc_type_id = get_override_type('dsc', session)
deb_type_id = get_override_type('deb', session)
# Do the actual deletion
print "Deleting...",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册