Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 19, 2024
1 parent 2347031 commit 4118849
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/podio-merge-files
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ parser.add_argument(
default="first",
help="metadata to include in the output file, default: only the one from the first event, other options: all events, none",
)
parser.add_argument("--metadata-category-name",
default="metadata",
help="name of the metadata category in the output file, default: metadata")
parser.add_argument(
"--metadata-category-name",
default="metadata",
help="name of the metadata category in the output file, default: metadata",
)
args = parser.parse_args()

all_files = set()
Expand Down

0 comments on commit 4118849

Please sign in to comment.