[Rivet-svn] r2976 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Feb 25 23:42:42 GMT 2011


Author: fsiegert
Date: Fri Feb 25 23:42:41 2011
New Revision: 2976

Log:
no break, as we can collect settings from multiple .plot files

Modified:
   trunk/pyext/lighthisto.py

Modified: trunk/pyext/lighthisto.py
==============================================================================
--- trunk/pyext/lighthisto.py	Fri Feb 25 22:44:19 2011	(r2975)
+++ trunk/pyext/lighthisto.py	Fri Feb 25 23:42:41 2011	(r2976)
@@ -560,7 +560,7 @@
                     elif section in ['SPECIAL']:
                         ret[section] += line
                 f.close()
-                break
+                # no break, as we can collect settings from multiple .plot files
         return ret[section]
 
 


More information about the Rivet-svn mailing list