[Rivet-svn] r2361 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Mar 25 13:32:47 GMT 2010


Author: buckley
Date: Thu Mar 25 13:32:47 2010
New Revision: 2361

Log:
Fixing typo in exception name

Modified:
   trunk/bin/aida2flat

Modified: trunk/bin/aida2flat
==============================================================================
--- trunk/bin/aida2flat	Wed Mar 24 17:21:25 2010	(r2360)
+++ trunk/bin/aida2flat	Thu Mar 25 13:32:47 2010	(r2361)
@@ -121,7 +121,7 @@
                 hist = lighthisto.Histo.fromDPS(dps)
                 try:
                     plotparser.updateHistoHeaders(hist)
-                except VallueError, err:
+                except ValueError, err:
                     logging.warn(err.message)
                 histos.append(hist)
         if len(histos) > 0:


More information about the Rivet-svn mailing list