[Rivet-svn] r3089 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon May 9 14:30:09 BST 2011


Author: hoeth
Date: Mon May  9 14:30:09 2011
New Revision: 3089

Log:
fix last commit

Modified:
   trunk/pyext/lighthisto.py

Modified: trunk/pyext/lighthisto.py
==============================================================================
--- trunk/pyext/lighthisto.py	Mon May  9 14:29:18 2011	(r3088)
+++ trunk/pyext/lighthisto.py	Mon May  9 14:30:09 2011	(r3089)
@@ -547,7 +547,7 @@
             try:
                 import rivet
                 try:
-                self.plotpaths = rivet.getAnalysisPlotPaths()
+                    self.plotpaths = rivet.getAnalysisPlotPaths()
                 except AttributeError:
                     self.plotpaths = rivet.getAnalysisRefPaths()
                 except AttributeError, e:


More information about the Rivet-svn mailing list