Skip to content

Commit

Permalink
Fixed tree name argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
zbilodea committed Jul 4, 2024
1 parent 2269efa commit ae9259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hepconvert/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def merge_root(
"-t",
"--tree",
default=False,
type=bool,
type=str,
help="Specify the name of a tree to write to Parquet, if there are multiple trees in the ROOT file.",
)
@click.option(
Expand Down

0 comments on commit ae9259b

Please sign in to comment.