提交 e88edf0c 编写于 作者: A Ansgar Burchardt

process-upload: Dinstall::LintianTags may not be set

Handle the case when Dinstall::LintianTags is not set correctly.
Signed-off-by: NAnsgar Burchardt <ansgar@debian.org>
上级 1f1626ea
......@@ -1495,7 +1495,7 @@ class Upload(object):
# If we do not have a tagfile, don't do anything
tagfile = cnf.get("Dinstall::LintianTags")
if tagfile is None:
if not tagfile:
return
# Parse the yaml file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册