[Rivet-svn] r1776 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Aug 27 13:28:10 BST 2009


Author: buckley
Date: Thu Aug 27 13:28:10 2009
New Revision: 1776

Log:
Removing final file closure, which was failing with multiple files

Modified:
   trunk/bin/aida2flat

Modified: trunk/bin/aida2flat
==============================================================================
--- trunk/bin/aida2flat	Thu Aug 27 13:08:51 2009	(r1775)
+++ trunk/bin/aida2flat	Thu Aug 27 13:28:10 2009	(r1776)
@@ -312,5 +312,3 @@
                     out = open(outfile, "w")
                 out.write("\n\n".join([h.asFlat() for h in sorted(histos)]))
                 out.write("\n")
-            if out:
-                out.close()


More information about the Rivet-svn mailing list