提交 9fd435d9 编写于 作者: M Mark Hymers

fix variable name

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 2552cfb8
......@@ -2039,7 +2039,7 @@ distribution."""
"""
h = Holding()
utils.move(os.path.join(h.holding_dir, self.pkg.changes_file),
queue.path, perms=int(queue.changesperms, 8))
queue.path, perms=int(queue.change_perms, 8))
for f in self.pkg.files.keys():
utils.move(os.path.join(h.holding_dir, f), queue.path, perms=int(queue.perms, 8))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册