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

daklib/checks.py: typo: unpribgroup → unprivgroup

上级 e571c7b5
......@@ -604,7 +604,7 @@ class LintianCheck(Check):
changespath = os.path.join(upload.directory, changes.filename)
try:
if cnf.unpribgroup:
if cnf.unprivgroup:
cmd = "sudo -H -u {0} -- /usr/bin/lintian --show-overrides --tags-from-file {1} {2}".format(cnf.unprivgroup, temp_filename, changespath)
else:
cmd = "/usr/bin/lintian --show-overrides --tags-from-file {0} {1}".format(temp_filename, changespath)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册