|
[Rivet-svn] r2636 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Aug 2 13:34:22 BST 2010
Author: buckley Date: Mon Aug 2 13:34:22 2010 New Revision: 2636 Log: Report number of plots remaining to process Modified: trunk/bin/make-plots Modified: trunk/bin/make-plots ============================================================================== --- trunk/bin/make-plots Mon Aug 2 13:19:06 2010 (r2635) +++ trunk/bin/make-plots Mon Aug 2 13:34:22 2010 (r2636) @@ -1783,7 +1783,8 @@ exit(1) try: datfile = datfiles.get_nowait() - logging.info("Plotting %s" % datfile) + rem = datfiles.qsize() + logging.info("Plotting %s (%d remaining)" % (datfile, rem)) process_datfile(datfile) except Queue.Empty, e: #print "%s ending." % self.getName()
More information about the Rivet-svn mailing list |