delta: Remove temporary dir after creating delta packages

This commit is contained in:
Fatih Aşıcı
2010-06-21 09:14:56 +00:00
parent 380bf4214f
commit 60ce2cf92f
+3
View File
@@ -92,6 +92,9 @@ def create_delta_package(old_package, new_package):
os.chdir(c)
# Remove temp dir
util.clean_dir(newpkg_path)
ctx.ui.info(_("Done."))
# return delta package name