Skip to content

skimTree line 16 #1

Description

@rhysics

In line 16 of the skimTree program there is an extra quotation mark that gives a syntax error.

parser.add_argument("-r", "--remove", default="", help="List of branches, which are removed from tree, e.g., "pt eta abseta" or "tag_*, all removes them all unless something is kept with --keep"")
^
SyntaxError: EOL while scanning string literal

This is fixed by replacing line 16 with
parser.add_argument("-r", "--remove", default="", help="List of branches, which are removed from tree, e.g., "pt eta abseta" or "tag_*, all removes them all unless something is kept with --keep")

Rhys

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions