|
[Rivet-svn] r2466 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Jun 1 18:22:51 BST 2010
Author: buckley Date: Tue Jun 1 18:23:00 2010 New Revision: 2466 Log: Add traceback printing at debug level (i.e. with -V flag used) Modified: trunk/bin/make-plots Modified: trunk/bin/make-plots ============================================================================== --- trunk/bin/make-plots Fri May 28 17:19:27 2010 (r2465) +++ trunk/bin/make-plots Tue Jun 1 18:23:00 2010 (r2466) @@ -1721,6 +1721,8 @@ break except Exception, e: print "Error: %s" % str(e) + import traceback + logging.debug(traceback.format_exc()) #exit(1) ####################
More information about the Rivet-svn mailing list |