[Rivet-svn] r3138 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jun 8 15:27:36 BST 2011


Author: fsiegert
Date: Wed Jun  8 15:27:35 2011
New Revision: 3138

Log:
rivet-mkhtml: Allow for webpage sneak-preview already while the figures are still plotting.

Modified:
   trunk/bin/rivet-mkhtml

Modified: trunk/bin/rivet-mkhtml
==============================================================================
--- trunk/bin/rivet-mkhtml	Wed Jun  8 13:55:24 2011	(r3137)
+++ trunk/bin/rivet-mkhtml	Wed Jun  8 15:27:35 2011	(r3138)
@@ -251,8 +251,10 @@
         anaindex.write('  </div>\n')
 
     if not opts.SINGLE:
-        anaindex.write("</body>\n%s</html>\n" % timestamp)
-index.write('</body>\n%s</html>\n' % timestamp)
+        anaindex.write("<br>%s</body>\n</html>\n" % timestamp)
+        anaindex.close()
+index.write('<br>%s</body>\n</html>' % timestamp)
+index.close()
 
 
 ## Run make-plots on all generated .dat files


More information about the Rivet-svn mailing list