[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Wed Jul 12 23:00:02 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/274ca91c83f6
branches:  
changeset: 5945:274ca91c83f6
user:      = Jon Butterworth <j.butterworth at cern.ch>
date:      Wed Jul 12 22:45:51 2017 +0100
description:
add exception info

details:   https://rivet.hepforge.org/hg/rivet/rev/5f5708e92c9d
branches:  
changeset: 5946:5f5708e92c9d
user:      = Jon Butterworth <j.butterworth at cern.ch>
date:      Wed Jul 12 22:54:14 2017 +0100
description:
adding error message

diffs (11 lines):

--- a/bin/make-plots	Wed Jul 12 22:03:46 2017 +0100
+++ b/bin/make-plots	Wed Jul 12 22:54:14 2017 +0100
@@ -2817,4 +2817,8 @@
         except KeyboardInterrupt:
             print "Caught KeyboardInterrupt, terminating workers"
             pool.terminate()
+        except ValueError, e:
+            print e
+            print "Perhaps your .dat file is corrupt?"
+            pool.terminate()
         pool.join()


More information about the Rivet-svn mailing list