[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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: Luca Falavigna <dktrkranz@debian.org>
---
 dak/make_changelog.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dak/make_changelog.py b/dak/make_changelog.py
index 44aae52..8039bfa 100755
--- a/dak/make_changelog.py
+++ b/dak/make_changelog.py
@@ -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)
 
-- 
1.5.6.5


Reply to: