提交 1dc31223 编写于 作者: C Chris Lamb

Fix handling of invalid Maintainer field.

Signed-off-by: NChris Lamb <lamby@debian.org>
上级 94a3f320
......@@ -408,7 +408,7 @@ class Upload(object):
fix_maintainer (self.pkg.changes["maintainer"])
except ParseMaintError, msg:
self.rejects.append("%s: Maintainer field ('%s') failed to parse: %s" \
% (filename, changes["maintainer"], msg))
% (filename, self.pkg.changes["maintainer"], msg))
# ...likewise for the Changed-By: field if it exists.
try:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册