From ae9259bfff25eba02e4ba6ffc7d6273f84a747fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Bilodeau?= Date: Thu, 4 Jul 2024 11:27:01 +0200 Subject: [PATCH] Fixed tree name argument type --- src/hepconvert/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hepconvert/__main__.py b/src/hepconvert/__main__.py index 1f4ab81..23fcf31 100644 --- a/src/hepconvert/__main__.py +++ b/src/hepconvert/__main__.py @@ -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(