提交 0086ca02 编写于 作者: L Luca Falavigna

make-changelog: do not move to next element on unpack error

This leads to not correctly remove temporary directory, which
is not available for the next packages to be unpacked.
Signed-off-by: NLuca Falavigna <dktrkranz@debian.org>
上级 973ed88e
......@@ -223,7 +223,6 @@ def export_files(session, pool, clpool, temppath):
% (os.path.basename(f), p, sources[p][s][0])
else:
print 'make-changelog: unable to unpack %s_%s: %s' % (p, sources[p][s][0], output)
continue
rmtree(tempdir)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册