diff -r be27ed110b50 -r d8ac696cc51f buildframework/helium/tools/common/python/lib/archive/builders.py --- 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()