[Rivet-svn] r2554 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Jul 1 13:10:48 BST 2010


Author: buckley
Date: Thu Jul  1 13:10:53 2010
New Revision: 2554

Log:
Actually exit if we say we will!

Modified:
   trunk/bin/rivet-mkanalysis

Modified: trunk/bin/rivet-mkanalysis
==============================================================================
--- trunk/bin/rivet-mkanalysis	Wed Jun 30 13:47:09 2010	(r2553)
+++ trunk/bin/rivet-mkanalysis	Thu Jul  1 13:10:53 2010	(r2554)
@@ -65,6 +65,7 @@
             break
 if not all_ok:
     logging.error("Exiting... please ensure that all analysis names are valid")
+    sys.exit(1)
 
 
 ## Now make each analysis


More information about the Rivet-svn mailing list