|
[Rivet-svn] rivet: Fix syntax errorRivet Mercurial rivet at projects.hepforge.orgThu Nov 5 16:30:01 GMT 2015
details: https://rivet.hepforge.org/hg/rivet/rev/6d89aacfbea7 branches: release-2-4-x changeset: 4915:6d89aacfbea7 user: Holger Schulz <holger.schulz at durham.ac.uk> date: Thu Nov 05 16:25:19 2015 +0000 description: Fix syntax error diffs (11 lines): --- a/bin/rivet Thu Nov 05 12:30:02 2015 +0000 +++ b/bin/rivet Thu Nov 05 16:25:19 2015 +0000 @@ -47,7 +47,7 @@ parser = OptionParser(usage=__doc__, version="rivet v%s" % rivet.version()) anagroup = OptionGroup(parser, "Analysis handling") -anagroup.add_option("-a", "--analysis", , "--analyses", dest="ANALYSES", action="append", +anagroup.add_option("-a", "--analysis", "--analyses", dest="ANALYSES", action="append", default=[], metavar="ANA", help="add an analysis (or comma- or space-separated list of analyses) to the processing list.") anagroup.add_option("--list-analyses", "--list", dest="LIST_ANALYSES", action="store_true",
More information about the Rivet-svn mailing list |