buildframework/helium/tools/common/python/lib/archive/builders.py
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
--- a/buildframework/helium/tools/common/python/lib/archive/builders.py	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/common/python/lib/archive/builders.py	Wed Dec 23 19:29:07 2009 +0200
@@ -215,3 +215,4 @@
 
         writer = buildtools.get_writer(self.writerType, outputname)
         writer.write(self.create_command_list(commands))
+        writer.close()