[Rivet-svn] r3262 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Jul 29 12:56:27 BST 2011


Author: fsiegert
Date: Fri Jul 29 12:56:26 2011
New Revision: 3262

Log:
Bugfix for syntax error in rivet-mkhtml.

Modified:
   trunk/bin/rivet-mkhtml

Modified: trunk/bin/rivet-mkhtml
==============================================================================
--- trunk/bin/rivet-mkhtml	Fri Jul 29 11:23:30 2011	(r3261)
+++ trunk/bin/rivet-mkhtml	Fri Jul 29 12:56:26 2011	(r3262)
@@ -57,7 +57,7 @@
                   default=False, help="ignore unvalidated analyses.")
 parser.add_option("-m", "--match", action="append", dest="PATHPATTERNS",
                   help="only write out histograms from analyses whose name matches any of these regexes")
-parser.add_option("-M", "--unmatch", action="append", dest="PATHUNPATTERNS"
+parser.add_option("-M", "--unmatch", action="append", dest="PATHUNPATTERNS",
                   help="Exclude histograms whose $path/$name string matches these regexes")
 parser.add_option("-v", "--verbose", help="Add extra debug messages", dest="VERBOSE",
                   action="store_true", default=False)


More information about the Rivet-svn mailing list