changed from email address, import email addresses to eq_elder, flush temp files...
[eq/.git] / mls / mlstrimmer.py
index ccd55e314a2a02df8ee12f8c2cc98cde0f32b9d3..8ea12d9f64331640a768342e153f4580631f889c 100755 (executable)
@@ -53,6 +53,7 @@ def ParseFile(xmlNode, zipfile):
                        if options.verbose: print lineToWrite
                        tf.write(lineToWrite + "\n")
                        #if options.verbose: print line
+               tf.flush()
                zipfile.write(tf.name, xmlNode.getAttribute("Name"))
                tf.close()