|
[Rivet-svn] r2855 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgSun Dec 19 13:16:23 GMT 2010
Author: buckley Date: Sun Dec 19 13:16:23 2010 New Revision: 2855 Log: Indent typo fix Modified: trunk/bin/rivet Modified: trunk/bin/rivet ============================================================================== --- trunk/bin/rivet Thu Dec 16 23:22:40 2010 (r2854) +++ trunk/bin/rivet Sun Dec 19 13:16:23 2010 (r2855) @@ -376,7 +376,7 @@ logging.warning("'%s' is not a valid analysis. Available analyses are:" % a_up) for aa in all_analyses: logging.warning(" %s" % aa) - logging.warning("Exiting...") + logging.warning("Exiting...") sys.exit(1) logging.debug("Adding analysis '%s'" % a_up) ah.addAnalysis(a_up)
More information about the Rivet-svn mailing list |