提交 1036e6d3 编写于 作者: J Joerg Jaspert

And now this is clearly pythons fault. Ruby would have broken earlier! :)

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 c4965181
......@@ -137,7 +137,7 @@ def do_update(self):
changes.changes_file = filename
changesfile = os.path.join(checkdir, filename)
changes.changes = parse_changes(changesfile, signing_rules=-1)
changes.changes["fingerprint"], = check_signature(changesfile)
changes.changes["fingerprint"] = check_signature(changesfile)
changes.add_known_changes(directory)
except InvalidDscError, line:
warn("syntax error in .dsc file '%s', line %s." % (f, line))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册